Index: sync/internal_api/syncapi_server_connection_manager_unittest.cc |
diff --git a/chrome/browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc b/sync/internal_api/syncapi_server_connection_manager_unittest.cc |
similarity index 93% |
rename from chrome/browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc |
rename to sync/internal_api/syncapi_server_connection_manager_unittest.cc |
index 720b57472a55eb2217f4af0e014005ff82a6f14a..a2f5280d3dc7461b81cc281b5c9d9568053ec80f 100644 |
--- a/chrome/browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc |
+++ b/sync/internal_api/syncapi_server_connection_manager_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/sync/internal_api/syncapi_server_connection_manager.h" |
+#include "sync/internal_api/syncapi_server_connection_manager.h" |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
@@ -11,9 +11,9 @@ |
#include "base/test/test_timeouts.h" |
#include "base/threading/thread.h" |
#include "base/time.h" |
-#include "chrome/browser/sync/internal_api/http_post_provider_factory.h" |
-#include "chrome/browser/sync/internal_api/http_post_provider_interface.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 "testing/gtest/include/gtest/gtest.h" |
using base::TimeDelta; |