Index: sync/syncable/syncable.h |
diff --git a/chrome/browser/sync/syncable/syncable.h b/sync/syncable/syncable.h |
similarity index 98% |
rename from chrome/browser/sync/syncable/syncable.h |
rename to sync/syncable/syncable.h |
index 344e7e03a815c89d78f6dc2f799ca402e49c1956..758dcaca0e38e92692a96a123f842e5d9213a791 100644 |
--- a/chrome/browser/sync/syncable/syncable.h |
+++ b/sync/syncable/syncable.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_SYNCABLE_SYNCABLE_H_ |
-#define CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_H_ |
+#ifndef SYNC_SYNCABLE_SYNCABLE_H_ |
+#define SYNC_SYNCABLE_SYNCABLE_H_ |
#pragma once |
#include <algorithm> |
@@ -26,16 +26,16 @@ |
#include "base/memory/ref_counted.h" |
#include "base/synchronization/lock.h" |
#include "base/time.h" |
-#include "chrome/browser/sync/internal_api/includes/report_unrecoverable_error_function.h" |
-#include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h" |
-#include "chrome/browser/sync/syncable/blob.h" |
-#include "chrome/browser/sync/syncable/dir_open_result.h" |
-#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/syncable/syncable_id.h" |
-#include "chrome/browser/sync/util/cryptographer.h" |
-#include "chrome/browser/sync/util/immutable.h" |
-#include "chrome/browser/sync/util/time.h" |
-#include "chrome/browser/sync/util/weak_handle.h" |
+#include "sync/syncable/blob.h" |
+#include "sync/syncable/dir_open_result.h" |
+#include "sync/syncable/model_type.h" |
+#include "sync/syncable/syncable_id.h" |
+#include "sync/util/cryptographer.h" |
+#include "sync/util/immutable.h" |
+#include "sync/util/report_unrecoverable_error_function.h" |
+#include "sync/util/unrecoverable_error_handler.h" |
+#include "sync/util/time.h" |
+#include "sync/util/weak_handle.h" |
#include "sync/protocol/sync.pb.h" |
namespace base { |
@@ -1346,4 +1346,4 @@ bool MarkForSyncing(syncable::MutableEntry* e); |
std::ostream& operator <<(std::ostream&, const syncable::Blob&); |
-#endif // CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_H_ |
+#endif // SYNC_SYNCABLE_SYNCABLE_H_ |