| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index a03619dade95264634bcf9a49ca3509a770c3ad3..b2f8b721810472800f3cf3d6cfbfc0e18fed8ac2 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -22,10 +22,10 @@
|
| #include "base/win/wrapped_window_proc.h"
|
| #include "chrome/browser/browser_util_win.h"
|
| #include "chrome/browser/first_run/first_run.h"
|
| -#include "chrome/browser/media_gallery/media_device_notifications_window_win.h"
|
| #include "chrome/browser/metrics/metrics_service.h"
|
| #include "chrome/browser/profiles/profile_info_cache.h"
|
| #include "chrome/browser/profiles/profile_shortcut_manager.h"
|
| +#include "chrome/browser/system_monitor/media_device_notifications_window_win.h"
|
| #include "chrome/browser/ui/simple_message_box.h"
|
| #include "chrome/browser/ui/uninstall_browser_prompt.h"
|
| #include "chrome/common/chrome_constants.h"
|
|
|