Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / signin / gaia_auth_extension_loader.h
index e1f10f4..20fd464 100644 (file)
@@ -22,7 +22,7 @@ const char kGaiaAuthExtensionOrigin[] =
 class GaiaAuthExtensionLoader : public BrowserContextKeyedAPI {
  public:
   explicit GaiaAuthExtensionLoader(content::BrowserContext* context);
-  virtual ~GaiaAuthExtensionLoader();
+  ~GaiaAuthExtensionLoader() override;
 
   // Load the gaia auth extension if the extension is not loaded yet.
   void LoadIfNeeded();
@@ -39,7 +39,7 @@ class GaiaAuthExtensionLoader : public BrowserContextKeyedAPI {
   friend class BrowserContextKeyedAPIFactory<GaiaAuthExtensionLoader>;
 
   // KeyedService overrides:
-  virtual void Shutdown() OVERRIDE;
+  void Shutdown() override;
 
   // BrowserContextKeyedAPI implementation.
   static const char* service_name() {