summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/options/import_data_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/options/import_data_handler.cc')
-rw-r--r--chrome/browser/dom_ui/options/import_data_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/options/import_data_handler.cc b/chrome/browser/dom_ui/options/import_data_handler.cc
index 2e86168..ee07b48 100644
--- a/chrome/browser/dom_ui/options/import_data_handler.cc
+++ b/chrome/browser/dom_ui/options/import_data_handler.cc
@@ -6,7 +6,6 @@
#include <string>
-#include "app/l10n_util.h"
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/scoped_ptr.h"
@@ -20,6 +19,7 @@
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
#include "chrome/browser/importer/importer_data_types.h"
+#include "ui/base/l10n/l10n_util.h"
ImportDataHandler::ImportDataHandler() : importer_host_(NULL) {
}