| Index: chrome/browser/process_singleton_win.cc
|
| diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc
|
| index 5f83a22c2ccff73e45ac6717e9063695defa060b..f244a7d6798c8fed2de409645b8f7c659286f9c5 100644
|
| --- a/chrome/browser/process_singleton_win.cc
|
| +++ b/chrome/browser/process_singleton_win.cc
|
| @@ -7,6 +7,7 @@
|
| #include <shellapi.h>
|
| #include <shobjidl.h>
|
|
|
| +#include "apps/shell_integration.h"
|
| #include "base/base_paths.h"
|
| #include "base/command_line.h"
|
| #include "base/files/file_path.h"
|
| @@ -23,7 +24,6 @@
|
| #include "base/win/windows_version.h"
|
| #include "base/win/wrapped_window_proc.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/shell_integration.h"
|
| #include "chrome/browser/ui/simple_message_box.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
|
|