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; |