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

Unified Diff: chrome/common/extensions/manifest_handler_unittest.cc

Issue 12813004: Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 9 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_handler_unittest.cc
diff --git a/chrome/common/extensions/manifest_handler_unittest.cc b/chrome/common/extensions/manifest_handler_unittest.cc
index 0c3f77aa08162c630055a02c5a8494bb344f9a9b..9c5cb02bea9c91be019b7cd592ddb3b679e3a53c 100644
--- a/chrome/common/extensions/manifest_handler_unittest.cc
+++ b/chrome/common/extensions/manifest_handler_unittest.cc
@@ -131,13 +131,14 @@ class ManifestHandlerTest : public testing::Test {
return true;
}
- virtual bool Validate(const Extension* extension,
- std::string* error,
- std::vector<InstallWarning>* warnings) const {
+ virtual bool Validate(
+ const Extension* extension,
+ std::string* error,
+ std::vector<InstallWarning>* warnings) const OVERRIDE {
return return_value_;
}
- virtual bool AlwaysValidateForType(Manifest::Type type) const {
+ virtual bool AlwaysValidateForType(Manifest::Type type) const OVERRIDE {
return always_validate_;
}

Powered by Google App Engine
This is Rietveld 408576698