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

Unified Diff: components/sync/syncable/dir_open_result.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 | « components/sync/syncable/DEPS ('k') | components/sync/syncable/directory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/dir_open_result.h
diff --git a/sync/syncable/dir_open_result.h b/components/sync/syncable/dir_open_result.h
similarity index 83%
rename from sync/syncable/dir_open_result.h
rename to components/sync/syncable/dir_open_result.h
index 2ba8d6613d5a8a67e33da2e680b61ceda20268c4..d1c77e9eb83bb63cac970963f2b70e01ac847527 100644
--- a/sync/syncable/dir_open_result.h
+++ b/components/sync/syncable/dir_open_result.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 SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
-#define SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
+#ifndef COMPONENTS_SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
+#define COMPONENTS_SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
namespace syncer {
namespace syncable {
@@ -22,4 +22,4 @@ enum DirOpenResult {
} // namespace syncable
} // namespace syncer
-#endif // SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
+#endif // COMPONENTS_SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
« no previous file with comments | « components/sync/syncable/DEPS ('k') | components/sync/syncable/directory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698