summaryrefslogtreecommitdiffstats
path: root/chrome/browser/enhanced_bookmarks/android
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2015-02-05 19:34:00 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-06 03:35:05 +0000
commit12590ce9e74571df716b9f2db9ee18999820d7b7 (patch)
tree4937b6117f7fd0f42cc6a661b62b3016c435a947 /chrome/browser/enhanced_bookmarks/android
parent7f7ef67cfe4ba1198a82db04ff8ca52ad416e627 (diff)
downloadchromium_src-12590ce9e74571df716b9f2db9ee18999820d7b7.zip
chromium_src-12590ce9e74571df716b9f2db9ee18999820d7b7.tar.gz
chromium_src-12590ce9e74571df716b9f2db9ee18999820d7b7.tar.bz2
Update {virtual,override,final} to follow C++11 style in chrome.
The Google style guide states that only one of {virtual,override,final} should be used for each declaration, since override implies virtual and final implies both virtual and override. This patch was automatically generated with an OS=android build using a variation of https://codereview.chromium.org/598073004. BUG=417463 Review URL: https://codereview.chromium.org/900183004 Cr-Commit-Position: refs/heads/master@{#314953}
Diffstat (limited to 'chrome/browser/enhanced_bookmarks/android')
-rw-r--r--chrome/browser/enhanced_bookmarks/android/bookmark_image_service_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/enhanced_bookmarks/android/bookmark_image_service_factory.h b/chrome/browser/enhanced_bookmarks/android/bookmark_image_service_factory.h
index af5cc18..5680138 100644
--- a/chrome/browser/enhanced_bookmarks/android/bookmark_image_service_factory.h
+++ b/chrome/browser/enhanced_bookmarks/android/bookmark_image_service_factory.h
@@ -16,7 +16,7 @@ class BookmarkImageServiceFactory : public BrowserContextKeyedServiceFactory {
static BookmarkImageService* GetForBrowserContext(
content::BrowserContext* context);
- virtual ~BookmarkImageServiceFactory();
+ ~BookmarkImageServiceFactory() override;
private:
friend struct DefaultSingletonTraits<BookmarkImageServiceFactory>;