| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index 822589e702db6f1c28ff515eb65a7dfa612f8051..4650c27ee28543ceb8ef4ac222e96ee6076c0c82 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -212,7 +212,7 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| base::FilePath startup_trace_file_;
|
|
|
| // This timer initiates trace file saving.
|
| - base::OneShotTimer<BrowserMainLoop> startup_trace_timer_;
|
| + base::OneShotTimer startup_trace_timer_;
|
|
|
| // Members initialized in |Init()| -------------------------------------------
|
| // Destroy |parts_| before |main_message_loop_| (required) and before other
|
|
|