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

Unified Diff: sync/util/nigori_unittest.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
« sync/util/cryptographer_unittest.cc ('K') | « sync/util/nigori.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/nigori_unittest.cc
diff --git a/sync/util/nigori_unittest.cc b/sync/util/nigori_unittest.cc
index c7b8d6fc8d2119a88e802ccc7b684519e78a9e35..74c5f8ebd26b4926471ab22e35b886579d757289 100644
--- a/sync/util/nigori_unittest.cc
+++ b/sync/util/nigori_unittest.cc
@@ -4,9 +4,9 @@
#include "sync/util/nigori.h"
+#include <memory>
Nicolas Zea 2016/04/07 21:48:58 remove
#include <string>
-#include "base/memory/scoped_ptr.h"
#include "base/strings/string_util.h"
#include "testing/gtest/include/gtest/gtest.h"
« sync/util/cryptographer_unittest.cc ('K') | « sync/util/nigori.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698