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

Unified Diff: sync/syncable/syncable-inl.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/syncable.cc ('k') | sync/syncable/syncable_changes_version.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable-inl.h
diff --git a/chrome/browser/sync/syncable/syncable-inl.h b/sync/syncable/syncable-inl.h
similarity index 65%
rename from chrome/browser/sync/syncable/syncable-inl.h
rename to sync/syncable/syncable-inl.h
index c5beed973dc9751352b8b93fdfed3c80e9c29899..4e5119fc39f9176e76628a5e17bd8c2b81023cc7 100644
--- a/chrome/browser/sync/syncable/syncable-inl.h
+++ b/sync/syncable/syncable-inl.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// 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_INL_H_
-#define CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_INL_H_
+#ifndef SYNC_SYNCABLE_SYNCABLE_INL_H_
+#define SYNC_SYNCABLE_SYNCABLE_INL_H_
#pragma once
namespace syncable {
@@ -19,4 +19,4 @@ class LessField {
} // namespace syncable
-#endif // CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_INL_H_
+#endif // SYNC_SYNCABLE_SYNCABLE_INL_H_
« no previous file with comments | « sync/syncable/syncable.cc ('k') | sync/syncable/syncable_changes_version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698