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

Unified Diff: third_party/libaddressinput/chromium/storage_test_runner.h

Issue 1911823002: Convert //third_party from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update crashpad's README.chromium 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: third_party/libaddressinput/chromium/storage_test_runner.h
diff --git a/third_party/libaddressinput/chromium/storage_test_runner.h b/third_party/libaddressinput/chromium/storage_test_runner.h
index afbb8858edc799dfd2d0a9d4cee1c7ad306f7ee6..f710ac53892eea337ad106634794f0991534b840 100644
--- a/third_party/libaddressinput/chromium/storage_test_runner.h
+++ b/third_party/libaddressinput/chromium/storage_test_runner.h
@@ -7,10 +7,10 @@
#include "third_party/libaddressinput/src/cpp/include/libaddressinput/storage.h"
+#include <memory>
#include <string>
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
namespace autofill {
@@ -26,7 +26,7 @@ class StorageTestRunner {
private:
void ClearValues();
- scoped_ptr< ::i18n::addressinput::Storage::Callback> BuildCallback();
+ std::unique_ptr<::i18n::addressinput::Storage::Callback> BuildCallback();
void OnDataReady(bool success, const std::string& key, std::string* data);
// Test suite.
« no previous file with comments | « third_party/libaddressinput/chromium/json.cc ('k') | third_party/libaddressinput/chromium/storage_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698