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

Unified Diff: extensions/common/manifest_test.h

Issue 2133203002: [Extensions] Code cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 5 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: extensions/common/manifest_test.h
diff --git a/extensions/common/manifest_test.h b/extensions/common/manifest_test.h
index be6a5ff52044661bb4ecf081826a92417563a0f5..347c6106ef544f8172b1dc3342cc50afb2ef3130 100644
--- a/extensions/common/manifest_test.h
+++ b/extensions/common/manifest_test.h
@@ -53,7 +53,7 @@ class ManifestTest : public testing::Test {
const std::string& name() const { return name_; };
- base::DictionaryValue* GetManifest(base::FilePath manifest_path,
+ base::DictionaryValue* GetManifest(const base::FilePath& manifest_path,
std::string* error) const;
private:

Powered by Google App Engine
This is Rietveld 408576698