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

Unified Diff: chrome/common/content_settings_helper.h

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/chrome_version_info_win.cc ('k') | chrome/common/content_settings_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/content_settings_helper.h
diff --git a/chrome/common/content_settings_helper.h b/chrome/common/content_settings_helper.h
index 3662afc7db4fb0663238e25e92a86fc07c2f10ba..8c017c8540c1a8a90168fb2dad898735496d1d70 100644
--- a/chrome/common/content_settings_helper.h
+++ b/chrome/common/content_settings_helper.h
@@ -16,7 +16,7 @@ namespace content_settings_helper {
// Return simplified string representing origin. If origin is using http or
// the standard port, those parts are not included in the output.
std::string OriginToString(const GURL& origin);
-string16 OriginToString16(const GURL& origin);
+base::string16 OriginToString16(const GURL& origin);
} // namespace content_settings_helper
« no previous file with comments | « chrome/common/chrome_version_info_win.cc ('k') | chrome/common/content_settings_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698