| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index ccda5a4b9ed637948ff07a0b68b07538a0a7353c..a7e60ee05a09c8bb20f24909fabfd14f3174db6c 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -188,9 +188,9 @@
|
| #include "webkit/plugins/webplugininfo.h"
|
|
|
| #if defined(OS_WIN)
|
| +#include "apps/shell_integration.h"
|
| #include "base/win/metro.h"
|
| #include "chrome/browser/autofill/autofill_ie_toolbar_import_win.h"
|
| -#include "chrome/browser/shell_integration.h"
|
| #include "chrome/browser/ssl/ssl_error_info.h"
|
| #include "chrome/browser/task_manager/task_manager.h"
|
| #include "chrome/browser/ui/view_ids.h"
|
|
|