Index: sync/test/engine/syncer_command_test.h |
diff --git a/chrome/browser/sync/test/engine/syncer_command_test.h b/sync/test/engine/syncer_command_test.h |
similarity index 89% |
rename from chrome/browser/sync/test/engine/syncer_command_test.h |
rename to sync/test/engine/syncer_command_test.h |
index 55913335756fb3b4ef73939fe145d7a93b45b5de..3989def0224058d7a5a52080cb0efc8074423226 100644 |
--- a/chrome/browser/sync/test/engine/syncer_command_test.h |
+++ b/sync/test/engine/syncer_command_test.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_TEST_ENGINE_SYNCER_COMMAND_TEST_H_ |
-#define CHROME_BROWSER_SYNC_TEST_ENGINE_SYNCER_COMMAND_TEST_H_ |
+#ifndef SYNC_TEST_ENGINE_SYNCER_COMMAND_TEST_H_ |
+#define SYNC_TEST_ENGINE_SYNCER_COMMAND_TEST_H_ |
#pragma once |
#include <algorithm> |
@@ -13,16 +13,16 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/message_loop.h" |
-#include "chrome/browser/sync/engine/model_changing_syncer_command.h" |
-#include "chrome/browser/sync/engine/model_safe_worker.h" |
-#include "chrome/browser/sync/sessions/debug_info_getter.h" |
-#include "chrome/browser/sync/sessions/sync_session.h" |
-#include "chrome/browser/sync/sessions/sync_session_context.h" |
-#include "chrome/browser/sync/syncable/syncable_mock.h" |
-#include "chrome/browser/sync/test/engine/mock_connection_manager.h" |
-#include "chrome/browser/sync/test/engine/fake_model_worker.h" |
-#include "chrome/browser/sync/test/engine/test_directory_setter_upper.h" |
-#include "chrome/browser/sync/test/fake_extensions_activity_monitor.h" |
+#include "sync/engine/model_changing_syncer_command.h" |
+#include "sync/engine/model_safe_worker.h" |
+#include "sync/sessions/debug_info_getter.h" |
+#include "sync/sessions/sync_session.h" |
+#include "sync/sessions/sync_session_context.h" |
+#include "sync/syncable/syncable_mock.h" |
+#include "sync/test/engine/mock_connection_manager.h" |
+#include "sync/test/engine/fake_model_worker.h" |
+#include "sync/test/engine/test_directory_setter_upper.h" |
+#include "sync/test/fake_extensions_activity_monitor.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "testing/gmock/include/gmock/gmock.h" |
@@ -230,4 +230,4 @@ class MockDirectorySyncerCommandTest : public SyncerCommandTestBase { |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_TEST_ENGINE_SYNCER_COMMAND_TEST_H_ |
+#endif // SYNC_TEST_ENGINE_SYNCER_COMMAND_TEST_H_ |