Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / signin / merge_session_throttle.h
index b07c57e..c0298ad 100644 (file)
@@ -40,8 +40,8 @@ class MergeSessionThrottle
   virtual ~MergeSessionThrottle();
 
   // content::ResourceThrottle implementation:
-  virtual void WillStartRequest(bool* defer) OVERRIDE;
-  virtual const char* GetNameForLogging() const OVERRIDE;
+  virtual void WillStartRequest(bool* defer) override;
+  virtual const char* GetNameForLogging() const override;
 
   // Checks if session is already merged.
   static bool AreAllSessionMergedAlready();