diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 23:38:56 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 23:38:56 +0000 |
commit | a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310 (patch) | |
tree | 146a5bc307f3ff64a7d99d54630b0639cfb9eddc /chrome/browser/history | |
parent | 33f61ef7d4790c6800d3f5048b7c21594f37c227 (diff) | |
download | chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.zip chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.tar.gz chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.tar.bz2 |
Move l10n_util to app/
http://crbug.com/11387
Review URL: http://codereview.chromium.org/109043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r-- | chrome/browser/history/history.cc | 2 | ||||
-rw-r--r-- | chrome/browser/history/query_parser.cc | 2 | ||||
-rw-r--r-- | chrome/browser/history/url_database.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc index 1e93694..e5a27d8 100644 --- a/chrome/browser/history/history.cc +++ b/chrome/browser/history/history.cc @@ -24,6 +24,7 @@ #include "chrome/browser/history/history.h" +#include "app/l10n_util.h" #include "base/file_util.h" #include "base/message_loop.h" #include "base/path_service.h" @@ -41,7 +42,6 @@ #include "chrome/browser/profile.h" #include "chrome/browser/visitedlink_master.h" #include "chrome/common/chrome_constants.h" -#include "chrome/common/l10n_util.h" #include "chrome/common/notification_service.h" #include "chrome/common/thumbnail_score.h" #include "chrome/common/url_constants.h" diff --git a/chrome/browser/history/query_parser.cc b/chrome/browser/history/query_parser.cc index 8c3a2f3..39754ce 100644 --- a/chrome/browser/history/query_parser.cc +++ b/chrome/browser/history/query_parser.cc @@ -6,11 +6,11 @@ #include "chrome/browser/history/query_parser.h" +#include "app/l10n_util.h" #include "base/logging.h" #include "base/scoped_vector.h" #include "base/string_util.h" #include "base/word_iterator.h" -#include "chrome/common/l10n_util.h" #include "unicode/uscript.h" namespace { diff --git a/chrome/browser/history/url_database.cc b/chrome/browser/history/url_database.cc index 7f3b919..a72ce2c 100644 --- a/chrome/browser/history/url_database.cc +++ b/chrome/browser/history/url_database.cc @@ -7,8 +7,8 @@ #include <algorithm> #include <limits> +#include "app/l10n_util.h" #include "base/string_util.h" -#include "chrome/common/l10n_util.h" #include "chrome/common/sqlite_utils.h" #include "googleurl/src/gurl.h" |