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

Unified Diff: chrome_frame/utils.h

Issue 113143006: Add base:: to string16 in chrome_frame/. (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_frame/turndown_prompt/turndown_prompt_window.cc ('k') | chrome_frame/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/utils.h
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h
index b399c706c33344647885717987dd726f0772cfc5..43c85e5c0399e0b9839c55e0e38be06aac052952 100644
--- a/chrome_frame/utils.h
+++ b/chrome_frame/utils.h
@@ -288,7 +288,7 @@ RendererType RendererTypeForUrl(const std::wstring& url);
// Check if we should try to remove the CF user agent based on registry
// settings.
-bool ShouldRemoveUAForUrl(const string16& url);
+bool ShouldRemoveUAForUrl(const base::string16& url);
// Testing methods that return the backing stores behind RendererTypeForUrl and
// ShouldRemoveUAForUrl. Intended to allow unit testing code that calls the
@@ -601,7 +601,7 @@ bool IncreaseWinInetConnections(DWORD connections);
// Sets |profile_path| to the path for the Chrome Frame |profile_name|
// profile.
-void GetChromeFrameProfilePath(const string16& profile_name,
+void GetChromeFrameProfilePath(const base::string16& profile_name,
base::FilePath* profile_path);
#endif // CHROME_FRAME_UTILS_H_
« no previous file with comments | « chrome_frame/turndown_prompt/turndown_prompt_window.cc ('k') | chrome_frame/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698