summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/geolocation_exceptions_table_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/geolocation/geolocation_exceptions_table_model.cc')
-rw-r--r--chrome/browser/geolocation/geolocation_exceptions_table_model.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/geolocation/geolocation_exceptions_table_model.cc b/chrome/browser/geolocation/geolocation_exceptions_table_model.cc
index c642657..df32cb7 100644
--- a/chrome/browser/geolocation/geolocation_exceptions_table_model.cc
+++ b/chrome/browser/geolocation/geolocation_exceptions_table_model.cc
@@ -4,12 +4,12 @@
#include "chrome/browser/geolocation/geolocation_exceptions_table_model.h"
-#include "app/l10n_util.h"
-#include "app/l10n_util_collator.h"
+#include "ui/base/l10n/l10n_util.h"
#include "base/utf_string_conversions.h"
#include "chrome/common/content_settings_helper.h"
#include "chrome/common/url_constants.h"
#include "grit/generated_resources.h"
+#include "ui/base/l10n/l10n_util_collator.h"
#include "ui/base/models/table_model_observer.h"
namespace {