Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: chrome/browser/enhanced_bookmarks/android/bookmark_image_service_factory.h

Issue 900183004: Update {virtual,override,final} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chrome_crash_reporter_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/enhanced_bookmarks/android/bookmark_image_service_factory.h
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 af5cc18add7111bcbfeae4239b81f3f29c5b3b1e..56801386326953f69a294111833f6379d24778e7 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>;
« no previous file with comments | « chrome/app/chrome_crash_reporter_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698