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

Unified Diff: chrome/browser/chromeos/drive/drive_integration_service_unittest.cc

Issue 16871010: 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/chromeos/drive/drive_integration_service_unittest.cc
diff --git a/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc b/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
index 826f09f039666cc300dd9be11cfb739d12ffe202..5d5339bd1456428b34ab95cdbe1558157ed9c4cf 100644
--- a/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
+++ b/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
@@ -16,9 +16,8 @@ namespace drive {
class DriveIntegrationServiceTest : public testing::Test {
public:
- DriveIntegrationServiceTest() :
- ui_thread_(content::BrowserThread::UI, &message_loop_),
- integration_service_(NULL) {}
+ DriveIntegrationServiceTest()
+ : ui_thread_(content::BrowserThread::UI, &message_loop_) {}
virtual void SetUp() OVERRIDE {
profile_.reset(new TestingProfile);
« no previous file with comments | « chrome/browser/chromeos/cros/cros_library.cc ('k') | chrome/browser/chromeos/drive/resource_metadata_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698