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

Unified Diff: chrome/browser/chromeos/file_manager/desktop_notifications.h

Issue 105193002: Replace string16 with base::string16. (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
Index: chrome/browser/chromeos/file_manager/desktop_notifications.h
diff --git a/chrome/browser/chromeos/file_manager/desktop_notifications.h b/chrome/browser/chromeos/file_manager/desktop_notifications.h
index e98af5770d6880751f84ce9fe959252ca1b59199..e17b6f44024a86deebfe2ccc4d3e46fa12fad64f 100644
--- a/chrome/browser/chromeos/file_manager/desktop_notifications.h
+++ b/chrome/browser/chromeos/file_manager/desktop_notifications.h
@@ -75,7 +75,7 @@ class DesktopNotifications
return notification_map_.find(id) != notification_map_.end();
}
- string16 GetNotificationMessageForTest(const std::string& id) const;
+ base::string16 GetNotificationMessageForTest(const std::string& id) const;
private:
class NotificationMessage;
@@ -87,10 +87,10 @@ class DesktopNotifications
// Virtual for mock in unittest.
virtual void ShowNotificationWithMessage(NotificationType type,
const std::string& path,
- const string16& message);
+ const base::string16& message);
void ShowNotificationById(NotificationType type,
const std::string& notification_id,
- const string16& message);
+ const base::string16& message);
void HideNotificationById(const std::string& notification_id);
void RemoveNotificationById(const std::string& notification_id);
« no previous file with comments | « chrome/browser/chromeos/external_protocol_dialog.cc ('k') | chrome/browser/chromeos/file_manager/desktop_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698