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

Unified Diff: chrome/renderer/web_apps.h

Issue 105493002: Use base namespace for string16 in chrome/renderer. (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/renderer/validation_message_agent.cc ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/web_apps.h
diff --git a/chrome/renderer/web_apps.h b/chrome/renderer/web_apps.h
index e4b483cbc6c9e5fcf1f34a26042bb7495a2a1275..e88e2fd9c486329d8e6d7947bf92785828d49c57 100644
--- a/chrome/renderer/web_apps.h
+++ b/chrome/renderer/web_apps.h
@@ -24,7 +24,7 @@ namespace web_apps {
// the attribute are added to sizes, or is_any is set to true.
//
// You shouldn't have a need to invoke this directly, it's public for testing.
-bool ParseIconSizes(const string16& text, std::vector<gfx::Size>* sizes,
+bool ParseIconSizes(const base::string16& text, std::vector<gfx::Size>* sizes,
bool* is_any);
// Parses |web_app| information out of the document in frame. Returns true on
@@ -38,7 +38,7 @@ bool ParseIconSizes(const string16& text, std::vector<gfx::Size>* sizes,
// processing.
bool ParseWebAppFromWebDocument(blink::WebFrame* frame,
WebApplicationInfo* web_app,
- string16* error);
+ base::string16* error);
} // namespace web_apps
« no previous file with comments | « chrome/renderer/validation_message_agent.cc ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698