| Index: sync/internal_api/syncapi_server_connection_manager_unittest.cc
|
| diff --git a/sync/internal_api/syncapi_server_connection_manager_unittest.cc b/sync/internal_api/syncapi_server_connection_manager_unittest.cc
|
| index a2f5280d3dc7461b81cc281b5c9d9568053ec80f..f0ab10c4d09995f3b1f505aeefec1b3a53cae0b4 100644
|
| --- a/sync/internal_api/syncapi_server_connection_manager_unittest.cc
|
| +++ b/sync/internal_api/syncapi_server_connection_manager_unittest.cc
|
| @@ -12,8 +12,8 @@
|
| #include "base/threading/thread.h"
|
| #include "base/time.h"
|
| #include "net/base/net_errors.h"
|
| -#include "sync/internal_api/http_post_provider_factory.h"
|
| -#include "sync/internal_api/http_post_provider_interface.h"
|
| +#include "sync/internal_api/public/http_post_provider_factory.h"
|
| +#include "sync/internal_api/public/http_post_provider_interface.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using base::TimeDelta;
|
|
|