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

Unified Diff: chrome/browser/history/in_memory_url_index_unittest.cc

Issue 666673010: Standardize usage of virtual/override/final in chrome/browser/history (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/browser/history/in_memory_url_index.h ('k') | chrome/browser/history/top_sites.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/in_memory_url_index_unittest.cc
diff --git a/chrome/browser/history/in_memory_url_index_unittest.cc b/chrome/browser/history/in_memory_url_index_unittest.cc
index d21d29431af446d88b9243df0093ed1c898a7359..a2d638c7d1cf57b3fdf2ca29f39855e7de4404c6 100644
--- a/chrome/browser/history/in_memory_url_index_unittest.cc
+++ b/chrome/browser/history/in_memory_url_index_unittest.cc
@@ -65,7 +65,7 @@ class CacheFileSaverObserver : public InMemoryURLIndex::SaveCacheObserver {
private:
// SaveCacheObserver implementation.
- virtual void OnCacheSaveFinished(bool succeeded) override;
+ void OnCacheSaveFinished(bool succeeded) override;
base::Closure task_;
bool succeeded_;
@@ -433,7 +433,7 @@ void InMemoryURLIndexTest::ExpectPrivateDataEqual(
class LimitedInMemoryURLIndexTest : public InMemoryURLIndexTest {
protected:
- virtual base::FilePath::StringType TestDBName() const override;
+ base::FilePath::StringType TestDBName() const override;
};
base::FilePath::StringType LimitedInMemoryURLIndexTest::TestDBName() const {
« no previous file with comments | « chrome/browser/history/in_memory_url_index.h ('k') | chrome/browser/history/top_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698