Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / test / test_lock_state_controller_delegate.h
index 1e1892c..1f633e7 100644 (file)
@@ -15,14 +15,14 @@ namespace test {
 class TestLockStateControllerDelegate : public LockStateControllerDelegate {
  public:
   TestLockStateControllerDelegate();
-  virtual ~TestLockStateControllerDelegate();
+  ~TestLockStateControllerDelegate() override;
 
   int num_lock_requests() const { return num_lock_requests_; }
   int num_shutdown_requests() const { return num_shutdown_requests_; }
 
   // LockStateControllerDelegate implementation.
-  virtual void RequestLockScreen() OVERRIDE;
-  virtual void RequestShutdown() OVERRIDE;
+  void RequestLockScreen() override;
+  void RequestShutdown() override;
 
  private:
   int num_lock_requests_;