| Index: chrome/browser/views/location_bar_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/location_bar_view.cc (revision 15319)
|
| +++ chrome/browser/views/location_bar_view.cc (working copy)
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/browser/views/location_bar_view.h"
|
|
|
| +#include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| @@ -24,7 +25,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/l10n_util.h"
|
| #include "chrome/common/gfx/chrome_canvas.h"
|
| #include "chrome/common/win_util.h"
|
| #include "chrome/views/background.h"
|
|
|