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

Unified Diff: chrome/browser/chromeos/cros/cros_library.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_integration_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/cros_library.cc
diff --git a/chrome/browser/chromeos/cros/cros_library.cc b/chrome/browser/chromeos/cros/cros_library.cc
index f310371cedd868e7985b31503c7930072c78c25e..abe50957041bef57d8efb4124ac8e8994a50c10f 100644
--- a/chrome/browser/chromeos/cros/cros_library.cc
+++ b/chrome/browser/chromeos/cros/cros_library.cc
@@ -21,10 +21,7 @@ namespace chromeos {
static CrosLibrary* g_cros_library = NULL;
-CrosLibrary::CrosLibrary(bool use_stub)
- : use_stub_impl_(use_stub),
- test_api_(NULL) {
-}
+CrosLibrary::CrosLibrary(bool use_stub) : use_stub_impl_(use_stub) {}
CrosLibrary::~CrosLibrary() {
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_integration_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698