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

Unified Diff: chrome/common/extensions/manifest_tests/chrome_manifest_test.h

Issue 622373003: Replacing the OVERRIDE with override in chrome/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved Error 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: chrome/common/extensions/manifest_tests/chrome_manifest_test.h
diff --git a/chrome/common/extensions/manifest_tests/chrome_manifest_test.h b/chrome/common/extensions/manifest_tests/chrome_manifest_test.h
index cc87090aa96d02f210e58cda4b26bae5ca5c966c..7a71cdd51637ad5003b1a366a7adcc12d2dba1aa 100644
--- a/chrome/common/extensions/manifest_tests/chrome_manifest_test.h
+++ b/chrome/common/extensions/manifest_tests/chrome_manifest_test.h
@@ -18,7 +18,7 @@ class ChromeManifestTest : public extensions::ManifestTest {
virtual ~ChromeManifestTest();
// ManifestTest overrides:
- virtual base::FilePath GetTestDataDir() OVERRIDE;
+ virtual base::FilePath GetTestDataDir() override;
private:
// Force the manifest tests to run as though they are on trunk, since several
« no previous file with comments | « chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc ('k') | chrome/common/extensions/manifest_url_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698