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

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

Issue 16703018: Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/extension_sync_bundle.cc
diff --git a/chrome/browser/extensions/extension_sync_bundle.cc b/chrome/browser/extensions/extension_sync_bundle.cc
index 9cf2faf709f884bb3238d902afce4d1b9c5ebf13..ef53054707f7ca8eaf1ff1249f6f0c161257ad8e 100644
--- a/chrome/browser/extensions/extension_sync_bundle.cc
+++ b/chrome/browser/extensions/extension_sync_bundle.cc
@@ -16,7 +16,7 @@
namespace extensions {
ExtensionSyncBundle::ExtensionSyncBundle(ExtensionService* extension_service)
- : extension_service_(extension_service), sync_processor_(NULL) {}
+ : extension_service_(extension_service) {}
ExtensionSyncBundle::~ExtensionSyncBundle() {}

Powered by Google App Engine
This is Rietveld 408576698