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

Unified Diff: chrome/browser/ui/views/toolbar/site_chip_view.cc

Issue 104043010: Cleanup: Move kFileSystemScheme constant into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/browser/web_applications/web_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar/site_chip_view.cc
diff --git a/chrome/browser/ui/views/toolbar/site_chip_view.cc b/chrome/browser/ui/views/toolbar/site_chip_view.cc
index 81159143293180fc8363d3d34835be8315f6ee44..c0e8db27912551cbddc616e16d92600ea5fdbe50 100644
--- a/chrome/browser/ui/views/toolbar/site_chip_view.cc
+++ b/chrome/browser/ui/views/toolbar/site_chip_view.cc
@@ -238,7 +238,7 @@ base::string16 SiteChipView::SiteLabelFromURL(const GURL& provided_url) {
url.SchemeIs(chrome::kChromeNativeScheme) ||
url.SchemeIs(chrome::kDataScheme) ||
url.SchemeIs(chrome::kFileScheme) ||
- url.SchemeIs(chrome::kFileSystemScheme) ||
+ url.SchemeIs(content::kFileSystemScheme) ||
url.SchemeIs(content::kGuestScheme) ||
url.SchemeIs(content::kJavaScriptScheme) ||
url.SchemeIs(content::kMailToScheme) ||
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/web_applications/web_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698