diff options
Diffstat (limited to 'chrome/common/common_glue.cc')
-rw-r--r-- | chrome/common/common_glue.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/common_glue.cc b/chrome/common/common_glue.cc index 5fe6094..4573dfb 100644 --- a/chrome/common/common_glue.cc +++ b/chrome/common/common_glue.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "app/app_switches.h" -#include "app/l10n_util.h" #include "base/command_line.h" #include "base/path_service.h" #include "base/string16.h" @@ -13,6 +12,8 @@ #include "chrome/common/chrome_switches.h" #include "chrome/plugin/npobject_util.h" #include "googleurl/src/url_util.h" +#include "ui/base/l10n/l10n_util.h" +#include "ui/base/ui_base_switches.h" #include "webkit/glue/webkit_glue.h" namespace webkit_glue { |