Chromium Code Reviews| Index: chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc |
| diff --git a/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc b/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc |
| index 14f443771aa988b64b9a6649017def59cae6647e..069ecf25b442c94528d74bbb02b808139677b3b7 100644 |
| --- a/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc |
| +++ b/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc |
| @@ -2,9 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <memory> |
|
pavely
2016/04/14 06:07:41
I think this file doesn't use scoped_ptr/unique/pt
dcheng
2016/04/14 16:56:06
Done.
|
| + |
| #include "base/command_line.h" |
| #include "base/macros.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/strings/utf_string_conversions.h" |
| #include "chrome/browser/chrome_notification_types.h" |
| #include "chrome/browser/sync/test/integration/autofill_helper.h" |