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

Unified Diff: chrome/browser/extensions/extension_prefs.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « chrome/browser/extensions/extension_pref_store.h ('k') | chrome/browser/extensions/extension_web_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_prefs.h
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index 6e25c5b9228282b71e42ee371abefd3c3699c667..86f2d667ed6203c3a24531c7855a55ba811c527d 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -68,9 +68,9 @@ class ExtensionPrefs : public ExtensionContentSettingsStore::Observer {
};
// Does not assume ownership of |prefs| and |incognito_prefs|.
- explicit ExtensionPrefs(PrefService* prefs,
- const FilePath& root_dir,
- ExtensionPrefValueMap* extension_pref_value_map);
+ ExtensionPrefs(PrefService* prefs,
+ const FilePath& root_dir,
+ ExtensionPrefValueMap* extension_pref_value_map);
virtual ~ExtensionPrefs();
// Returns a copy of the Extensions prefs.
« no previous file with comments | « chrome/browser/extensions/extension_pref_store.h ('k') | chrome/browser/extensions/extension_web_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698