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

Unified Diff: win8/metro_driver/toast_notification_handler.h

Issue 119733002: Add base:: to string16s in win8/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 | « win8/metro_driver/secondary_tile.cc ('k') | win8/metro_driver/toast_notification_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/toast_notification_handler.h
diff --git a/win8/metro_driver/toast_notification_handler.h b/win8/metro_driver/toast_notification_handler.h
index 8f3587dc75ff63ef36f77f230e724a15c87f4325..f30aee810796a685f5c20d1c5eeea7fa97b7a1ef 100644
--- a/win8/metro_driver/toast_notification_handler.h
+++ b/win8/metro_driver/toast_notification_handler.h
@@ -17,12 +17,12 @@ class ToastNotificationHandler {
struct DesktopNotification {
std::string origin_url;
std::string icon_url;
- string16 title;
- string16 body;
- string16 display_source;
+ base::string16 title;
+ base::string16 body;
+ base::string16 display_source;
std::string id;
base::win::MetroNotificationClickedHandler notification_handler;
- string16 notification_context;
+ base::string16 notification_context;
DesktopNotification(const char* notification_origin,
const char* notification_icon,
« no previous file with comments | « win8/metro_driver/secondary_tile.cc ('k') | win8/metro_driver/toast_notification_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698