summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/options/system_page_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/options/system_page_view.cc')
-rw-r--r--chrome/browser/chromeos/options/system_page_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/options/system_page_view.cc b/chrome/browser/chromeos/options/system_page_view.cc
index da659c5..18e9db8 100644
--- a/chrome/browser/chromeos/options/system_page_view.cc
+++ b/chrome/browser/chromeos/options/system_page_view.cc
@@ -7,7 +7,6 @@
#include <string>
#include <vector>
-#include "app/l10n_util.h"
#include "base/stl_util-inl.h"
#include "base/string16.h"
#include "base/string_util.h"
@@ -22,6 +21,7 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/pref_names.h"
#include "grit/generated_resources.h"
+#include "ui/base/l10n/l10n_util.h"
#include "ui/base/models/combobox_model.h"
#include "unicode/timezone.h"
#include "views/controls/button/checkbox.h"