Index: sync/engine/syncer_command.cc |
diff --git a/chrome/browser/sync/engine/syncer_command.cc b/sync/engine/syncer_command.cc |
similarity index 82% |
rename from chrome/browser/sync/engine/syncer_command.cc |
rename to sync/engine/syncer_command.cc |
index 8b4f9bf0a1b8964990e9bd9a063fecda9dcdf117..e2e51389c753d1d0304e766f800159c95f6bbb08 100644 |
--- a/chrome/browser/sync/engine/syncer_command.cc |
+++ b/sync/engine/syncer_command.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/sync/engine/syncer_command.h" |
+#include "sync/engine/syncer_command.h" |
-#include "chrome/browser/sync/engine/net/server_connection_manager.h" |
-#include "chrome/browser/sync/sessions/sync_session.h" |
+#include "sync/engine/net/server_connection_manager.h" |
+#include "sync/sessions/sync_session.h" |
namespace browser_sync { |
using sessions::SyncSession; |