Chromium Code Reviews

Unified Diff: chrome/browser/importer/ie_importer.cc

Issue 109043: Move l10n_util to app/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/importer/firefox3_importer.cc ('k') | chrome/browser/importer/importer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/ie_importer.cc
===================================================================
--- chrome/browser/importer/ie_importer.cc (revision 15319)
+++ chrome/browser/importer/ie_importer.cc (working copy)
@@ -12,6 +12,7 @@
#include <algorithm>
+#include "app/l10n_util.h"
#include "base/file_util.h"
#include "base/registry.h"
#include "base/string_util.h"
@@ -20,7 +21,6 @@
#include "chrome/browser/bookmarks/bookmark_model.h"
#include "chrome/browser/password_manager/ie7_password.h"
#include "chrome/browser/search_engines/template_url_model.h"
-#include "chrome/common/l10n_util.h"
#include "chrome/common/time_format.h"
#include "chrome/common/url_constants.h"
#include "chrome/common/win_util.h"
« no previous file with comments | « chrome/browser/importer/firefox3_importer.cc ('k') | chrome/browser/importer/importer.cc » ('j') | no next file with comments »

Powered by Google App Engine