Index: sync/util/cryptographer_unittest.cc |
diff --git a/sync/util/cryptographer_unittest.cc b/sync/util/cryptographer_unittest.cc |
index 49d149c8566cbad4835b5c34f27f0e4be402aa41..a590de703f41f3dbbfad98db74b092abdf6008b1 100644 |
--- a/sync/util/cryptographer_unittest.cc |
+++ b/sync/util/cryptographer_unittest.cc |
@@ -4,9 +4,9 @@ |
#include "sync/util/cryptographer.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 "sync/protocol/password_specifics.pb.h" |
#include "sync/test/fake_encryptor.h" |