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

Unified Diff: sync/api/sync_data.cc

Issue 1866243002: Convert //sync from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: sync/api/sync_data.cc
diff --git a/sync/api/sync_data.cc b/sync/api/sync_data.cc
index 8559b4c05ee35e7d1cac2d2d1a28d490ca1d8a56..521cb5bf3cf9e4591048b2298e2e8798d70fa057 100644
--- a/sync/api/sync_data.cc
+++ b/sync/api/sync_data.cc
@@ -7,10 +7,10 @@
#include <stdint.h>
#include <algorithm>
+#include <memory>
Nicolas Zea 2016/04/07 21:48:57 can this be removed?
#include <ostream>
#include "base/json/json_writer.h"
-#include "base/memory/scoped_ptr.h"
#include "base/strings/string_number_conversions.h"
#include "base/values.h"
#include "sync/internal_api/public/attachments/attachment_service_proxy.h"

Powered by Google App Engine
This is Rietveld 408576698