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

Unified Diff: net/disk_cache/disk_cache_test_base.h

Issue 8568021: Add OVERRIDE to net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: net only Created 9 years, 1 month 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 | « net/disk_cache/backend_impl.h ('k') | net/disk_cache/disk_cache_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/disk_cache_test_base.h
diff --git a/net/disk_cache/disk_cache_test_base.h b/net/disk_cache/disk_cache_test_base.h
index acd3ebdbdda74cb7698941e07c50086ab157973e..8b495c40ac5e2bf0e44d24fc0b120c830597f25f 100644
--- a/net/disk_cache/disk_cache_test_base.h
+++ b/net/disk_cache/disk_cache_test_base.h
@@ -34,7 +34,7 @@ class MemBackendImpl;
// cache (and that do not need to be a DiskCacheTestWithCache) are susceptible
// to this problem; all such tests should use TEST_F(DiskCacheTest, ...).
class DiskCacheTest : public PlatformTest {
- virtual void TearDown();
+ virtual void TearDown() OVERRIDE;
};
// Provides basic support for cache related tests.
@@ -116,7 +116,7 @@ class DiskCacheTestWithCache : public DiskCacheTest {
void TrimDeletedListForTest(bool empty);
// DiskCacheTest:
- virtual void TearDown();
+ virtual void TearDown() OVERRIDE;
// cache_ will always have a valid object, regardless of how the cache was
// initialized. The implementation pointers can be NULL.
« no previous file with comments | « net/disk_cache/backend_impl.h ('k') | net/disk_cache/disk_cache_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698