Index: sync/syncable/syncable_unittest.cc |
diff --git a/chrome/browser/sync/syncable/syncable_unittest.cc b/sync/syncable/syncable_unittest.cc |
similarity index 98% |
rename from chrome/browser/sync/syncable/syncable_unittest.cc |
rename to sync/syncable/syncable_unittest.cc |
index 282fa7fd8859ca03430c02d93543659d285fad62..6cdd74de5b98ed58ccf83c0bdd4035d22c2f804a 100644 |
--- a/chrome/browser/sync/syncable/syncable_unittest.cc |
+++ b/sync/syncable/syncable_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/syncable/syncable.h" |
+#include "sync/syncable/syncable.h" |
#include <string> |
@@ -19,19 +19,18 @@ |
#include "base/test/values_test_util.h" |
#include "base/threading/platform_thread.h" |
#include "base/values.h" |
-#include "chrome/browser/sync/engine/syncproto.h" |
-#include "chrome/browser/sync/internal_api/includes/test_unrecoverable_error_handler.h" |
-#include "chrome/browser/sync/syncable/directory_backing_store.h" |
-#include "chrome/browser/sync/syncable/directory_change_delegate.h" |
-#include "chrome/browser/sync/syncable/on_disk_directory_backing_store.h" |
-#include "chrome/browser/sync/test/engine/test_id_factory.h" |
-#include "chrome/browser/sync/test/engine/test_syncable_utils.h" |
-#include "chrome/browser/sync/test/fake_encryptor.h" |
-#include "chrome/browser/sync/test/null_directory_change_delegate.h" |
-#include "chrome/browser/sync/test/null_transaction_observer.h" |
+#include "sync/engine/syncproto.h" |
+#include "sync/util/test_unrecoverable_error_handler.h" |
+#include "sync/syncable/directory_backing_store.h" |
+#include "sync/syncable/directory_change_delegate.h" |
+#include "sync/syncable/on_disk_directory_backing_store.h" |
+#include "sync/test/engine/test_id_factory.h" |
+#include "sync/test/engine/test_syncable_utils.h" |
+#include "sync/test/fake_encryptor.h" |
+#include "sync/test/null_directory_change_delegate.h" |
+#include "sync/test/null_transaction_observer.h" |
#include "sync/protocol/bookmark_specifics.pb.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "third_party/sqlite/sqlite3.h" |
using base::ExpectDictBooleanValue; |
using base::ExpectDictStringValue; |