Rename base::Timer to base::TimerBase

1124200
This commit is contained in:
Jeremy Apthorp 2018-10-02 12:05:51 -07:00
parent a7c687f160
commit c576d442fd
2 changed files with 1 additions and 2 deletions

View file

@ -73,7 +73,6 @@ AtomBrowserMainParts::AtomBrowserMainParts(
browser_(new Browser),
node_bindings_(NodeBindings::Create(NodeBindings::BROWSER)),
atom_bindings_(new AtomBindings(uv_default_loop())),
gc_timer_(true, true),
main_function_params_(params) {
DCHECK(!self_) << "Cannot have two AtomBrowserMainParts";
self_ = this;