| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 89a52819615fd28c247037e4dcaed06f40c0ba24..12193911ad04a9eaf67f7974088bdb4c1e7e3ade 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -83,6 +83,7 @@
|
| #include <shellapi.h>
|
|
|
| #include "content/browser/system_message_window_win.h"
|
| +#include "content/browser/time_zone_monitor_win.h"
|
| #include "content/common/sandbox_win.h"
|
| #include "net/base/winsock_init.h"
|
| #include "ui/base/l10n/l10n_util_win.h"
|
| @@ -497,6 +498,7 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
|
|
| #if defined(OS_WIN)
|
| system_message_window_.reset(new SystemMessageWindowWin);
|
| + time_zone_monitor_win_.reset(new TimeZoneMonitorWin);
|
| #endif
|
|
|
| if (parts_)
|
|
|