| Index: chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
|
| diff --git a/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h b/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
|
| index 33c8e7b2286f91d7658bdcd344289987b3333bf6..5c87b2d5d231bc04f11b83aae49d0ecf8d5b2625 100644
|
| --- a/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
|
| +++ b/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
|
| @@ -14,14 +14,14 @@ namespace chromeos {
|
| class ScreenCaptureNotificationUIChromeOS : public ScreenCaptureNotificationUI {
|
| public:
|
| // |text| is used to specify the text for the notification.
|
| - explicit ScreenCaptureNotificationUIChromeOS(const string16& text);
|
| + explicit ScreenCaptureNotificationUIChromeOS(const base::string16& text);
|
| virtual ~ScreenCaptureNotificationUIChromeOS();
|
|
|
| // ScreenCaptureNotificationUI overrides.
|
| virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
|
|
|
| private:
|
| - const string16 text_;
|
| + const base::string16 text_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ScreenCaptureNotificationUIChromeOS);
|
| };
|
|
|