diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 23:38:56 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 23:38:56 +0000 |
commit | a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310 (patch) | |
tree | 146a5bc307f3ff64a7d99d54630b0639cfb9eddc /chrome/views/controls/menu | |
parent | 33f61ef7d4790c6800d3f5048b7c21594f37c227 (diff) | |
download | chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.zip chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.tar.gz chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.tar.bz2 |
Move l10n_util to app/
http://crbug.com/11387
Review URL: http://codereview.chromium.org/109043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/controls/menu')
-rw-r--r-- | chrome/views/controls/menu/chrome_menu.cc | 4 | ||||
-rw-r--r-- | chrome/views/controls/menu/menu.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chrome/views/controls/menu/chrome_menu.cc b/chrome/views/controls/menu/chrome_menu.cc index cb94de3..ef398f4 100644 --- a/chrome/views/controls/menu/chrome_menu.cc +++ b/chrome/views/controls/menu/chrome_menu.cc @@ -8,6 +8,8 @@ #include <uxtheme.h> #include <Vssym32.h> +#include "app/l10n_util.h" +#include "app/l10n_util_win.h" #include "base/base_drag_source.h" #include "base/gfx/native_theme.h" #include "base/message_loop.h" @@ -18,8 +20,6 @@ #include "chrome/browser/drag_utils.h" #include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/gfx/color_utils.h" -#include "chrome/common/l10n_util.h" -#include "chrome/common/l10n_util_win.h" #include "chrome/common/os_exchange_data.h" #include "chrome/views/border.h" #include "chrome/views/view_constants.h" diff --git a/chrome/views/controls/menu/menu.cc b/chrome/views/controls/menu/menu.cc index 050c3fa..e46eaa0 100644 --- a/chrome/views/controls/menu/menu.cc +++ b/chrome/views/controls/menu/menu.cc @@ -12,14 +12,14 @@ #include <atlmisc.h> #include <string> +#include "app/l10n_util.h" +#include "app/l10n_util_win.h" #include "base/gfx/rect.h" #include "base/logging.h" #include "base/stl_util-inl.h" #include "base/string_util.h" #include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/gfx/chrome_font.h" -#include "chrome/common/l10n_util.h" -#include "chrome/common/l10n_util_win.h" #include "chrome/views/accelerator.h" const SkBitmap* Menu::Delegate::kEmptyIcon = 0; |