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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile.cc

Issue 1865213004: Convert //chrome/browser/ui 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/ui/app_list/test/fake_profile.cc
diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
index 22c7c6c20ea06171327b7181381ce214ca4fe14f..cbaf706f17415c6523c750883544f78fcbeb0ed9 100644
--- a/chrome/browser/ui/app_list/test/fake_profile.cc
+++ b/chrome/browser/ui/app_list/test/fake_profile.cc
@@ -28,8 +28,8 @@ base::FilePath FakeProfile::GetPath() const {
return path_;
}
-scoped_ptr<content::ZoomLevelDelegate> FakeProfile::CreateZoomLevelDelegate(
- const base::FilePath& partition_path) {
+std::unique_ptr<content::ZoomLevelDelegate>
+FakeProfile::CreateZoomLevelDelegate(const base::FilePath& partition_path) {
return nullptr;
}
« no previous file with comments | « chrome/browser/ui/app_list/test/fake_profile.h ('k') | chrome/browser/ui/app_list/test/fast_show_pickler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698