| Index: chrome/views/window/window_win.cc
|
| ===================================================================
|
| --- chrome/views/window/window_win.cc (revision 15319)
|
| +++ chrome/views/window/window_win.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <shellapi.h>
|
|
|
| +#include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/win_util.h"
|
| #include "chrome/app/chrome_dll_resource.h"
|
| @@ -13,7 +14,6 @@
|
| #include "chrome/common/gfx/chrome_font.h"
|
| #include "chrome/common/gfx/icon_util.h"
|
| #include "chrome/common/gfx/path.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/pref_service.h"
|
| #include "chrome/common/win_util.h"
|
|
|