| Index: chrome/browser/views/location_bar_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/location_bar_view.cc (revision 15686)
|
| +++ chrome/browser/views/location_bar_view.cc (working copy)
|
| @@ -7,6 +7,7 @@
|
| #include "app/gfx/chrome_canvas.h"
|
| #include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| +#include "app/win_util.h"
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| #include "chrome/app/chrome_dll_resource.h"
|
| @@ -26,7 +27,6 @@
|
| #include "chrome/browser/views/info_bubble.h"
|
| #include "chrome/browser/views/first_run_bubble.h"
|
| #include "chrome/browser/views/page_info_window.h"
|
| -#include "chrome/common/win_util.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| #include "views/background.h"
|
|
|