Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: sync/syncable/syncable.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/syncable/on_disk_directory_backing_store.cc ('k') | sync/syncable/syncable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/syncable/on_disk_directory_backing_store.cc ('k') | sync/syncable/syncable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698