| 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_
|
|
|