summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/gtk_im_context_wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/renderer_host/gtk_im_context_wrapper.cc')
-rw-r--r--chrome/browser/renderer_host/gtk_im_context_wrapper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/renderer_host/gtk_im_context_wrapper.cc b/chrome/browser/renderer_host/gtk_im_context_wrapper.cc
index 87d12bf..40fe2d4 100644
--- a/chrome/browser/renderer_host/gtk_im_context_wrapper.cc
+++ b/chrome/browser/renderer_host/gtk_im_context_wrapper.cc
@@ -10,7 +10,6 @@
#include <algorithm>
-#include "app/l10n_util.h"
#include "base/logging.h"
#include "base/string_util.h"
#include "base/third_party/icu/icu_utf.h"
@@ -28,6 +27,7 @@
#include "gfx/rect.h"
#include "grit/generated_resources.h"
#include "third_party/skia/include/core/SkColor.h"
+#include "ui/base/l10n/l10n_util.h"
namespace {
// Copied from third_party/WebKit/Source/WebCore/page/EventHandler.cpp