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

Unified Diff: chrome/browser/chromeos/drive/debug_info_collector.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/drive/debug_info_collector.h
diff --git a/chrome/browser/chromeos/drive/debug_info_collector.h b/chrome/browser/chromeos/drive/debug_info_collector.h
index be6a9199b864eb6e95c7fcc0422842b4e5c4bf1e..2e1ad4814a62a37e3e4e2d8bbe3b3104923d2561 100644
--- a/chrome/browser/chromeos/drive/debug_info_collector.h
+++ b/chrome/browser/chromeos/drive/debug_info_collector.h
@@ -19,7 +19,7 @@ class DebugInfoCollector {
public:
// Callback for ReadDirectory().
typedef base::Callback<void(FileError error,
- scoped_ptr<ResourceEntryVector> entries)>
+ std::unique_ptr<ResourceEntryVector> entries)>
ReadDirectoryCallback;
// Callback for IterateFileCache().
« no previous file with comments | « chrome/browser/chromeos/display/quirks_browsertest.cc ('k') | chrome/browser/chromeos/drive/debug_info_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698