| 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 130cd41f657b98058cf06a81186b725a9d9f1013..16dd72ad5584985f8a0d44003ad241f4030f9b98 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -40,7 +40,7 @@
|
| #include "ui/base/l10n/l10n_util_win.h"
|
| #include "ui/base/message_box_win.h"
|
| #include "ui/gfx/platform_font_win.h"
|
| -#include "views/focus/accelerator_handler.h"
|
| +#include "ui/views/focus/accelerator_handler.h"
|
| #include "views/widget/widget.h"
|
|
|
| namespace {
|
|
|