Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / screen_capture_notification_ui.h
index b714c2d..3d21af0 100644 (file)
 // is being captured.
 class ScreenCaptureNotificationUI : public content::MediaStreamUI {
  public:
-  virtual ~ScreenCaptureNotificationUI() {}
+  ~ScreenCaptureNotificationUI() override {}
 
   // Creates platform-specific screen capture notification UI. |text| specifies
   // the text that should be shown in the notification.
-  static scoped_ptr<ScreenCaptureNotificationUI> Create(const string16& text);
+  static scoped_ptr<ScreenCaptureNotificationUI> Create(
+      const base::string16& text);
 };
 
 #endif  // CHROME_BROWSER_UI_SCREEN_CAPTURE_NOTIFICATION_UI_H_