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

Unified Diff: base/android/activity_status_unittest.cc

Issue 17780002: Rewrite scoped_ptr<T>(NULL) to use the default ctor. (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 | « no previous file | chrome/browser/sync/profile_sync_service_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/activity_status_unittest.cc
diff --git a/base/android/activity_status_unittest.cc b/base/android/activity_status_unittest.cc
index aa6a69f0082a5c5c3ab0f4f9aa332521de97675a..3eb0d10f736264b21817a9d37afe018da3ac8c11 100644
--- a/base/android/activity_status_unittest.cc
+++ b/base/android/activity_status_unittest.cc
@@ -43,8 +43,7 @@ class MultiThreadedTest {
state_(kInvalidActivityState),
event_(false, false),
thread_("ActivityStatusTest thread"),
- main_(),
- listener_(NULL) {
+ main_() {
}
void Run() {
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698