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

Unified Diff: chrome/browser/extensions/extensions_service.cc

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 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/browser/extensions/extensions_service.cc
diff --git a/chrome/browser/extensions/extensions_service.cc b/chrome/browser/extensions/extensions_service.cc
index 0ff31f828d68ab4677440a0726b3d21251f210eb..1dc1f053654039b918252eebe6ae775d86424ab8 100644
--- a/chrome/browser/extensions/extensions_service.cc
+++ b/chrome/browser/extensions/extensions_service.cc
@@ -36,7 +36,7 @@ namespace {
// Helper class to collect the IDs of every extension listed in the prefs.
class InstalledExtensionSet {
public:
- InstalledExtensionSet(InstalledExtensions* installed) {
+ explicit InstalledExtensionSet(InstalledExtensions* installed) {
scoped_ptr<InstalledExtensions> cleanup(installed);
installed->VisitInstalledExtensions(
NewCallback(this, &InstalledExtensionSet::ExtensionVisited));

Powered by Google App Engine
This is Rietveld 408576698