Index: sync/engine/net/server_connection_manager.h |
diff --git a/chrome/browser/sync/engine/net/server_connection_manager.h b/sync/engine/net/server_connection_manager.h |
similarity index 98% |
rename from chrome/browser/sync/engine/net/server_connection_manager.h |
rename to sync/engine/net/server_connection_manager.h |
index 5936ce241e191f5781783d74f8ec6547cdce28de..6347223697cea9e9a77ff1ad3a0ea17e9b224c29 100644 |
--- a/chrome/browser/sync/engine/net/server_connection_manager.h |
+++ b/sync/engine/net/server_connection_manager.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_SYNC_ENGINE_NET_SERVER_CONNECTION_MANAGER_H_ |
-#define CHROME_BROWSER_SYNC_ENGINE_NET_SERVER_CONNECTION_MANAGER_H_ |
+#ifndef SYNC_ENGINE_NET_SERVER_CONNECTION_MANAGER_H_ |
+#define SYNC_ENGINE_NET_SERVER_CONNECTION_MANAGER_H_ |
#pragma once |
#include <iosfwd> |
@@ -13,10 +13,10 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/observer_list.h" |
#include "base/string_util.h" |
+#include "base/synchronization/lock.h" |
#include "base/threading/non_thread_safe.h" |
#include "base/threading/thread_checker.h" |
-#include "base/synchronization/lock.h" |
-#include "chrome/browser/sync/syncable/syncable_id.h" |
+#include "sync/syncable/syncable_id.h" |
namespace syncable { |
class Directory; |
@@ -390,4 +390,4 @@ std::ostream& operator<<(std::ostream& s, const struct HttpResponse& hr); |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_ENGINE_NET_SERVER_CONNECTION_MANAGER_H_ |
+#endif // SYNC_ENGINE_NET_SERVER_CONNECTION_MANAGER_H_ |