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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_mount.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/extensions/file_manager/private_api_mount.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h b/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
index 891336755550a3f6663ec0f27a75da36594ca961..fc29c896ace63a60bdbc440ce427e34d00e8184c 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
@@ -38,7 +38,7 @@ class FileManagerPrivateAddMountFunction : public LoggedAsyncExtensionFunction {
void RunAfterGetDriveFile(const base::FilePath& drive_path,
drive::FileError error,
const base::FilePath& cache_path,
- scoped_ptr<drive::ResourceEntry> entry);
+ std::unique_ptr<drive::ResourceEntry> entry);
// Part of Run(). Called after MarkCacheFielAsMounted for Drive File System.
// (or directly called from RunAsync() for other file system).

Powered by Google App Engine
This is Rietveld 408576698