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

Unified Diff: chrome/browser/chromeos/first_run/drive_first_run_controller.h

Issue 1870793002: Convert //chrome/browser/chromeos from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/first_run/drive_first_run_controller.h
diff --git a/chrome/browser/chromeos/first_run/drive_first_run_controller.h b/chrome/browser/chromeos/first_run/drive_first_run_controller.h
index 128377e498f360df70f10c2d43ae9c3524145283..d7dba57fc543ccb707c024c030b91b914785bf50 100644
--- a/chrome/browser/chromeos/first_run/drive_first_run_controller.h
+++ b/chrome/browser/chromeos/first_run/drive_first_run_controller.h
@@ -77,7 +77,7 @@ class DriveFirstRunController {
void CleanUp();
Profile* profile_;
- scoped_ptr<DriveWebContentsManager> web_contents_manager_;
+ std::unique_ptr<DriveWebContentsManager> web_contents_manager_;
base::OneShotTimer web_contents_timer_;
base::OneShotTimer initial_delay_timer_;
bool started_;

Powered by Google App Engine
This is Rietveld 408576698