| Index: ios/chrome/test/app/sync_test_util.mm
|
| diff --git a/ios/chrome/test/app/sync_test_util.mm b/ios/chrome/test/app/sync_test_util.mm
|
| index 9c7559ec556e909af7d1f392039ed7384b7f133d..45a4758fd81975b3d5d72cb827b0dfe9693bf12b 100644
|
| --- a/ios/chrome/test/app/sync_test_util.mm
|
| +++ b/ios/chrome/test/app/sync_test_util.mm
|
| @@ -8,11 +8,11 @@
|
| #include <string>
|
|
|
| #include "base/logging.h"
|
| -#include "base/mac/bind_objc_block.h"
|
| +#import "base/mac/bind_objc_block.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "base/test/ios/wait_util.h"
|
| +#import "base/test/ios/wait_util.h"
|
| #include "components/autofill/core/browser/personal_data_manager.h"
|
| #include "components/browser_sync/profile_sync_service.h"
|
| #include "components/history/core/browser/history_service.h"
|
|
|