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

Unified Diff: chromeos/dbus/ibus/ibus_object.cc

Issue 16966003: Rewrite scoped_ptr<T>(NULL) to use the default ctor in chromeos/. (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
« no previous file with comments | « chromeos/dbus/debug_daemon_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_object.cc
diff --git a/chromeos/dbus/ibus/ibus_object.cc b/chromeos/dbus/ibus/ibus_object.cc
index 96a5fa4d3e609fa8edb16f2bc40f53d1e2a04d96..f7cf4f770e7e920e89f162800e94b69b69b394bc 100644
--- a/chromeos/dbus/ibus/ibus_object.cc
+++ b/chromeos/dbus/ibus/ibus_object.cc
@@ -19,10 +19,7 @@ IBusObjectReader::IBusObjectReader(const std::string& type_name,
dbus::MessageReader* reader)
: type_name_(type_name),
original_reader_(reader),
- top_variant_reader_(NULL),
- contents_reader_(NULL),
- check_result_(IBUS_OBJECT_NOT_CHECKED) {
-}
+ check_result_(IBUS_OBJECT_NOT_CHECKED) {}
IBusObjectReader::~IBusObjectReader() {
for (std::map<std::string, base::Value*>::iterator ite = attachments_.begin();
« no previous file with comments | « chromeos/dbus/debug_daemon_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698