| Index: chrome/browser/sync/profile_sync_service_factory_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_factory_unittest.cc b/chrome/browser/sync/profile_sync_service_factory_unittest.cc
|
| index e94f23c0b2fa472f8ba13aee8fd394681132750c..0038477d8fb0243b979b66d509b2d87421d5d8d1 100644
|
| --- a/chrome/browser/sync/profile_sync_service_factory_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_factory_unittest.cc
|
| @@ -7,6 +7,7 @@
|
| #include <stddef.h>
|
|
|
| #include <memory>
|
| +#include <vector>
|
|
|
| #include "base/command_line.h"
|
| #include "build/build_config.h"
|
| @@ -50,7 +51,7 @@ class ProfileSyncServiceFactoryTest : public testing::Test {
|
| datatypes.push_back(syncer::THEMES);
|
| datatypes.push_back(syncer::SUPERVISED_USERS);
|
| datatypes.push_back(syncer::SUPERVISED_USER_SHARED_SETTINGS);
|
| -#endif // !OS_ANDROID
|
| +#endif // !OS_ANDROID
|
|
|
| // Common types.
|
| datatypes.push_back(syncer::AUTOFILL);
|
|
|