| Index: components/sync_driver/backup_rollback_controller_unittest.cc
|
| diff --git a/components/sync_driver/backup_rollback_controller_unittest.cc b/components/sync_driver/backup_rollback_controller_unittest.cc
|
| index 9b94f211dee5e3a830d372205dfa904c37949bc5..7d5f9b6bb035ac73d8bd2a6c4a2059a6b4dbf1e4 100644
|
| --- a/components/sync_driver/backup_rollback_controller_unittest.cc
|
| +++ b/components/sync_driver/backup_rollback_controller_unittest.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/run_loop.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "components/sync_driver/signin_manager_wrapper.h"
|
| +#include "components/sync_driver/sync_driver_features.h"
|
| #include "components/sync_driver/sync_driver_switches.h"
|
| #include "components/sync_driver/sync_prefs.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| @@ -21,7 +22,7 @@ using ::testing::Return;
|
|
|
| namespace {
|
|
|
| -#if defined(ENABLE_PRE_SYNC_BACKUP)
|
| +#if BUILDFLAG(ENABLE_PRE_SYNC_BACKUP)
|
|
|
| class MockSigninManagerWrapper : public SigninManagerWrapper {
|
| public:
|
|
|