summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/location/location_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/location/location_api.h')
-rw-r--r--chrome/browser/extensions/api/location/location_api.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/extensions/api/location/location_api.h b/chrome/browser/extensions/api/location/location_api.h
index bfdbcc4d11..300b003 100644
--- a/chrome/browser/extensions/api/location/location_api.h
+++ b/chrome/browser/extensions/api/location/location_api.h
@@ -15,10 +15,10 @@ class LocationWatchLocationFunction : public ChromeSyncExtensionFunction {
LOCATION_WATCHLOCATION)
protected:
- virtual ~LocationWatchLocationFunction() {}
+ ~LocationWatchLocationFunction() override {}
// SyncExtensionFunction:
- virtual bool RunSync() override;
+ bool RunSync() override;
};
class LocationClearWatchFunction : public ChromeSyncExtensionFunction {
@@ -27,10 +27,10 @@ class LocationClearWatchFunction : public ChromeSyncExtensionFunction {
LOCATION_CLEARWATCH)
protected:
- virtual ~LocationClearWatchFunction() {}
+ ~LocationClearWatchFunction() override {}
// SyncExtensionFunction:
- virtual bool RunSync() override;
+ bool RunSync() override;
};
} // namespace extensions