| 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 cbe174ad272ad94899e05a57876614ab4e341b12..9bcaae21fffcfb7fcbbcb5beffffba71c7801427 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -9,6 +9,7 @@
|
|
|
| #include <algorithm>
|
|
|
| +#include "apps/shell_integration.h"
|
| #include "base/command_line.h"
|
| #include "base/environment.h"
|
| #include "base/files/file_path.h"
|
| @@ -27,7 +28,6 @@
|
| #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/shell_integration.h"
|
| #include "chrome/browser/storage_monitor/removable_device_notifications_window_win.h"
|
| #include "chrome/browser/ui/simple_message_box.h"
|
| #include "chrome/browser/ui/uninstall_browser_prompt.h"
|
|
|