diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-13 18:01:07 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-13 18:01:07 +0000 |
commit | 02c29b3895a09d2b62391e5241fe6f6026cf6a65 (patch) | |
tree | ce1d6267b281dda2a170d63cbe94bc1fcb32636f /base/debug/trace_event_impl.cc | |
parent | ffd1a1ca3c71d5f651223aa1df0cb0ac9c008971 (diff) | |
download | chromium_src-02c29b3895a09d2b62391e5241fe6f6026cf6a65.zip chromium_src-02c29b3895a09d2b62391e5241fe6f6026cf6a65.tar.gz chromium_src-02c29b3895a09d2b62391e5241fe6f6026cf6a65.tar.bz2 |
Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.
This is the result of running the rewrite_scoped_ptr_ctor_null tool
across all files built on Linux in the base/ directory.
BUG=173286
Review URL: https://chromiumcodereview.appspot.com/16950008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug/trace_event_impl.cc')
-rw-r--r-- | base/debug/trace_event_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/debug/trace_event_impl.cc b/base/debug/trace_event_impl.cc index 176f67c..ae4fb1e 100644 --- a/base/debug/trace_event_impl.cc +++ b/base/debug/trace_event_impl.cc @@ -774,7 +774,6 @@ TraceLog::Options TraceLog::TraceOptionsFromString(const std::string& options) { TraceLog::TraceLog() : enable_count_(0), num_traces_recorded_(0), - logged_events_(NULL), dispatching_to_observer_list_(false), watch_category_(NULL), trace_options_(RECORD_UNTIL_FULL), |