Index: sync/syncable/syncable.cc |
diff --git a/chrome/browser/sync/syncable/syncable.cc b/sync/syncable/syncable.cc |
similarity index 98% |
rename from chrome/browser/sync/syncable/syncable.cc |
rename to sync/syncable/syncable.cc |
index cdfde0cebae38e2b48cb4b0cf14c96d2164991f7..e34aa7796ea40eb17316577293fd5d0e616aa41d 100644 |
--- a/chrome/browser/sync/syncable/syncable.cc |
+++ b/sync/syncable/syncable.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 <algorithm> |
#include <cstring> |
@@ -29,20 +29,20 @@ |
#include "base/time.h" |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
-#include "chrome/browser/sync/protocol/proto_value_conversions.h" |
-#include "chrome/browser/sync/protocol/service_constants.h" |
-#include "chrome/browser/sync/syncable/directory_backing_store.h" |
-#include "chrome/browser/sync/syncable/directory_change_delegate.h" |
-#include "chrome/browser/sync/syncable/in_memory_directory_backing_store.h" |
-#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/syncable/on_disk_directory_backing_store.h" |
-#include "chrome/browser/sync/syncable/syncable-inl.h" |
-#include "chrome/browser/sync/syncable/syncable_changes_version.h" |
-#include "chrome/browser/sync/syncable/syncable_columns.h" |
-#include "chrome/browser/sync/syncable/syncable_enum_conversions.h" |
-#include "chrome/browser/sync/syncable/transaction_observer.h" |
-#include "chrome/browser/sync/util/logging.h" |
-#include "chrome/browser/sync/util/cryptographer.h" |
+#include "sync/protocol/proto_value_conversions.h" |
+#include "sync/protocol/service_constants.h" |
+#include "sync/syncable/directory_backing_store.h" |
+#include "sync/syncable/directory_change_delegate.h" |
+#include "sync/syncable/in_memory_directory_backing_store.h" |
+#include "sync/syncable/model_type.h" |
+#include "sync/syncable/on_disk_directory_backing_store.h" |
+#include "sync/syncable/syncable-inl.h" |
+#include "sync/syncable/syncable_changes_version.h" |
+#include "sync/syncable/syncable_columns.h" |
+#include "sync/syncable/syncable_enum_conversions.h" |
+#include "sync/syncable/transaction_observer.h" |
+#include "sync/util/logging.h" |
+#include "sync/util/cryptographer.h" |
#include "net/base/escape.h" |
namespace { |