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

Unified Diff: chrome/common/web_application_info.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/validation_message_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/web_application_info.h
diff --git a/chrome/common/web_application_info.h b/chrome/common/web_application_info.h
index 6e642f4b949bf0d9e27bf866e6f98015f750cb5e..f02f9f28c9e9c2af21f9831218dfec734e5dbbb2 100644
--- a/chrome/common/web_application_info.h
+++ b/chrome/common/web_application_info.h
@@ -38,10 +38,10 @@ struct WebApplicationInfo {
bool is_bookmark_app;
// Title of the application.
- string16 title;
+ base::string16 title;
// Description of the application.
- string16 description;
+ base::string16 description;
// The launch URL for the app.
GURL app_url;
« no previous file with comments | « chrome/common/validation_message_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698