| Index: sync/internal_api/sync_manager_impl.h
|
| diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h
|
| index 2da66416de9d82801083e98f485f52ff97bbcec7..b3da76f9cdb681c1d547973af804318807bd4e85 100644
|
| --- a/sync/internal_api/sync_manager_impl.h
|
| +++ b/sync/internal_api/sync_manager_impl.h
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_INTERNAL_API_SYNC_MANAGER_H_
|
| -#define SYNC_INTERNAL_API_SYNC_MANAGER_H_
|
| +#ifndef SYNC_INTERNAL_API_SYNC_MANAGER_IMPL_H_
|
| +#define SYNC_INTERNAL_API_SYNC_MANAGER_IMPL_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/gtest_prod_util.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "sync/base/sync_export.h"
|
| #include "sync/engine/all_status.h"
|
| @@ -349,4 +350,4 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_SYNC_MANAGER_H_
|
| +#endif // SYNC_INTERNAL_API_SYNC_MANAGER_IMPL_H_
|
|
|