Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: sync/engine/net/server_connection_manager.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/engine/net/DEPS ('k') | sync/engine/net/server_connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/engine/net/DEPS ('k') | sync/engine/net/server_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698