| Index: chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_factory_impl_unittest.cc b/chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| index 4352cf7581a6cd138533efd00705219bda346be3..99d9540df51ae23b724442f7aa5cd976910bb7e6 100644
|
| --- a/chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| @@ -4,19 +4,18 @@
|
|
|
| #include <vector>
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| #include "base/command_line.h"
|
| #include "base/file_path.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| -#include "chrome/browser/sync/engine/syncapi.h"
|
| #include "chrome/browser/sync/glue/data_type_controller.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_factory_impl.h"
|
| +#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "chrome/test/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using browser_sync::DataTypeController;
|
|
|
|
|