Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / location / location_manager.h
index 774946b..f56c5c6 100644 (file)
@@ -35,7 +35,7 @@ class LocationManager : public BrowserContextKeyedAPI,
                         public ExtensionRegistryObserver {
  public:
   explicit LocationManager(content::BrowserContext* context);
-  virtual ~LocationManager();
+  ~LocationManager() override;
 
   // Adds location request for the given extension, and starts the location
   // tracking.
@@ -77,12 +77,11 @@ class LocationManager : public BrowserContextKeyedAPI,
                           const content::Geoposition& position);
 
   // ExtensionRegistryObserver implementation.
-  virtual void OnExtensionLoaded(content::BrowserContext* browser_context,
-                                 const Extension* extension) OVERRIDE;
-  virtual void OnExtensionUnloaded(
-      content::BrowserContext* browser_context,
-      const Extension* extension,
-      UnloadedExtensionInfo::Reason reason) OVERRIDE;
+  void OnExtensionLoaded(content::BrowserContext* browser_context,
+                         const Extension* extension) override;
+  void OnExtensionUnloaded(content::BrowserContext* browser_context,
+                           const Extension* extension,
+                           UnloadedExtensionInfo::Reason reason) override;
 
   // BrowserContextKeyedAPI implementation.
   static const char* service_name() { return "LocationManager"; }