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

Unified Diff: chrome/common/content_settings_helper.cc

Issue 105473003: Add explicit base namespace to string16 users. (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/common/content_settings_helper.h ('k') | chrome/common/custom_handlers/protocol_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/content_settings_helper.cc
diff --git a/chrome/common/content_settings_helper.cc b/chrome/common/content_settings_helper.cc
index af808706b5dd046235267c285d3d31f5c1af81bf..ea6226b417ad7c18197fb0b63fe44518621d6d48 100644
--- a/chrome/common/content_settings_helper.cc
+++ b/chrome/common/content_settings_helper.cc
@@ -22,7 +22,7 @@ std::string OriginToString(const GURL& origin) {
return scheme_component + origin.host() + port_component;
}
-string16 OriginToString16(const GURL& origin) {
+base::string16 OriginToString16(const GURL& origin) {
return UTF8ToUTF16(OriginToString(origin));
}
« no previous file with comments | « chrome/common/content_settings_helper.h ('k') | chrome/common/custom_handlers/protocol_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698