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

Unified Diff: content/common/savable_url_schemes.cc

Issue 23658056: content: Move kHttpScheme constant into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « content/browser/web_contents/navigation_controller_impl.cc ('k') | content/plugin/webplugin_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/savable_url_schemes.cc
diff --git a/content/common/savable_url_schemes.cc b/content/common/savable_url_schemes.cc
index c37b78c2465cdbd90cd032e60fe52443f193a8c5..697f2ebae54a6564a661f1ff29956943169a32b0 100644
--- a/content/common/savable_url_schemes.cc
+++ b/content/common/savable_url_schemes.cc
@@ -13,7 +13,7 @@ namespace content {
namespace {
const char* const kDefaultSavableSchemes[] = {
- chrome::kHttpScheme,
+ kHttpScheme,
kHttpsScheme,
chrome::kFileScheme,
chrome::kFileSystemScheme,
« no previous file with comments | « content/browser/web_contents/navigation_controller_impl.cc ('k') | content/plugin/webplugin_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698