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

Unified Diff: content/browser/appcache/mock_appcache_policy.h

Issue 631773003: Replacing the OVERRIDE with override and FINAL with final in content/browser/appcache (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
Index: content/browser/appcache/mock_appcache_policy.h
diff --git a/content/browser/appcache/mock_appcache_policy.h b/content/browser/appcache/mock_appcache_policy.h
index 93de476f00dff4548f891b34c205c040b53e0482..b1c5aa8824e0f383f58b9b5234eb37e3b7c0066a 100644
--- a/content/browser/appcache/mock_appcache_policy.h
+++ b/content/browser/appcache/mock_appcache_policy.h
@@ -17,9 +17,9 @@ class MockAppCachePolicy : public AppCachePolicy {
virtual ~MockAppCachePolicy();
virtual bool CanLoadAppCache(const GURL& manifest_url,
- const GURL& first_party) OVERRIDE;
+ const GURL& first_party) override;
virtual bool CanCreateAppCache(const GURL& manifest_url,
- const GURL& first_party) OVERRIDE;
+ const GURL& first_party) override;
bool can_load_return_value_;
bool can_create_return_value_;
« no previous file with comments | « content/browser/appcache/chrome_appcache_service_unittest.cc ('k') | content/browser/appcache/mock_appcache_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698