| Index: webkit/browser/fileapi/syncable/sync_file_status.h
|
| diff --git a/webkit/fileapi/syncable/sync_file_status.h b/webkit/browser/fileapi/syncable/sync_file_status.h
|
| similarity index 80%
|
| rename from webkit/fileapi/syncable/sync_file_status.h
|
| rename to webkit/browser/fileapi/syncable/sync_file_status.h
|
| index ba413585a5cec89f84134988c6dbc6c21d5962d0..b6abc037b44f001f9bac58ba1a71ccc3089e7334 100644
|
| --- a/webkit/fileapi/syncable/sync_file_status.h
|
| +++ b/webkit/browser/fileapi/syncable/sync_file_status.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 WEBKIT_FILEAPI_SYNCABLE_SYNC_FILE_STATUS_H_
|
| -#define WEBKIT_FILEAPI_SYNCABLE_SYNC_FILE_STATUS_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_SYNCABLE_SYNC_FILE_STATUS_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_SYNCABLE_SYNC_FILE_STATUS_H_
|
|
|
| namespace sync_file_system {
|
|
|
| @@ -26,4 +26,4 @@ enum SyncFileStatus {
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_SYNCABLE_SYNC_FILE_STATUS_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_SYNCABLE_SYNC_FILE_STATUS_H_
|
|
|