diff options
author | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-04 03:46:03 +0000 |
---|---|---|
committer | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-04 03:46:03 +0000 |
commit | 960871a045a25fc9389008f946237b18b67df5b9 (patch) | |
tree | 9689fc4cfadcfdaeb463f152df4ff8e987316803 /chrome/common/localized_error.cc | |
parent | 95793fa557233e11b6420a7d3419ce590f5eb4f6 (diff) | |
download | chromium_src-960871a045a25fc9389008f946237b18b67df5b9.zip chromium_src-960871a045a25fc9389008f946237b18b67df5b9.tar.gz chromium_src-960871a045a25fc9389008f946237b18b67df5b9.tar.bz2 |
Move some extension constants out of //chrome.
This will help move additional chrome-independent extensions code out of //chrome and into //extensions.
clang_format also applied; please pardon the dust.
BUG=359173
TBR=cpu@chromium.org for component_updater header update
TBR=avi@chromium.org for tab_contents header update
TBR=pkasting@chromium.org for infobars header update
Review URL: https://codereview.chromium.org/222663002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/localized_error.cc')
-rw-r--r-- | chrome/common/localized_error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc index 2e0b808..cd2de49 100644 --- a/chrome/common/localized_error.cc +++ b/chrome/common/localized_error.cc @@ -11,10 +11,10 @@ #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" #include "base/values.h" -#include "chrome/common/extensions/extension_constants.h" #include "chrome/common/extensions/extension_icon_set.h" #include "chrome/common/extensions/manifest_handlers/icons_handler.h" #include "chrome/common/net/net_error_info.h" +#include "extensions/common/constants.h" #include "grit/chromium_strings.h" #include "grit/generated_resources.h" #include "net/base/escape.h" |