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

Unified Diff: chrome/test/base/history_index_restore_observer.h

Issue 653773004: Standardize usage of virtual/override/final in chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/test/base/find_in_page_observer.h ('k') | chrome/test/base/in_process_browser_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/history_index_restore_observer.h
diff --git a/chrome/test/base/history_index_restore_observer.h b/chrome/test/base/history_index_restore_observer.h
index c03a385b8f026efa50f4499a3c0cb89557f7ad76..4d76aee2b5ab69e62aa2b607f3b5627f4ac5164c 100644
--- a/chrome/test/base/history_index_restore_observer.h
+++ b/chrome/test/base/history_index_restore_observer.h
@@ -17,12 +17,12 @@ class HistoryIndexRestoreObserver
: public history::InMemoryURLIndex::RestoreCacheObserver {
public:
explicit HistoryIndexRestoreObserver(const base::Closure& task);
- virtual ~HistoryIndexRestoreObserver();
+ ~HistoryIndexRestoreObserver() override;
bool succeeded() const { return succeeded_; }
// RestoreCacheObserver implementation.
- virtual void OnCacheRestoreFinished(bool success) override;
+ void OnCacheRestoreFinished(bool success) override;
private:
base::Closure task_;
« no previous file with comments | « chrome/test/base/find_in_page_observer.h ('k') | chrome/test/base/in_process_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698