Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Unified Diff: chrome/browser/ui/toolbar/origin_chip_info.cc

Issue 191293009: Cleanup: Move kAboutScheme constant into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/common/net/url_fixer_upper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/toolbar/origin_chip_info.cc
diff --git a/chrome/browser/ui/toolbar/origin_chip_info.cc b/chrome/browser/ui/toolbar/origin_chip_info.cc
index 70979329af013ce57a13c24108f7d7d7a734bca1..c5a487ef8579899460a5cc499eb9d0a88f9c9965 100644
--- a/chrome/browser/ui/toolbar/origin_chip_info.cc
+++ b/chrome/browser/ui/toolbar/origin_chip_info.cc
@@ -167,7 +167,7 @@ base::string16 OriginChip::LabelFromURLForProfile(const GURL& provided_url,
// About scheme pages. Currently all about: URLs other than about:blank
// redirect to chrome: URLs, so this only affects about:blank.
- if (url.SchemeIs(chrome::kAboutScheme))
+ if (url.SchemeIs(content::kAboutScheme))
return base::UTF8ToUTF16(url.spec());
// Chrome built-in pages.
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/common/net/url_fixer_upper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698