Index: content/browser/appcache/appcache_disk_cache.h |
diff --git a/content/browser/appcache/appcache_disk_cache.h b/content/browser/appcache/appcache_disk_cache.h |
index 7c5906e2e5529118959fc57e6cf591ce325b7d4d..9f5697018a25fab112d10e5d2bb7c457cf7c2472 100644 |
--- a/content/browser/appcache/appcache_disk_cache.h |
+++ b/content/browser/appcache/appcache_disk_cache.h |
@@ -45,11 +45,11 @@ class CONTENT_EXPORT AppCacheDiskCache |
bool is_disabled() const { return is_disabled_; } |
virtual int CreateEntry(int64 key, Entry** entry, |
- const net::CompletionCallback& callback) OVERRIDE; |
+ const net::CompletionCallback& callback) override; |
virtual int OpenEntry(int64 key, Entry** entry, |
- const net::CompletionCallback& callback) OVERRIDE; |
+ const net::CompletionCallback& callback) override; |
virtual int DoomEntry(int64 key, |
- const net::CompletionCallback& callback) OVERRIDE; |
+ const net::CompletionCallback& callback) override; |
private: |
class CreateBackendCallbackShim; |