Index: webkit/browser/fileapi/syncable/file_change.h |
diff --git a/webkit/fileapi/syncable/file_change.h b/webkit/browser/fileapi/syncable/file_change.h |
similarity index 89% |
rename from webkit/fileapi/syncable/file_change.h |
rename to webkit/browser/fileapi/syncable/file_change.h |
index 763911b5e2b0be21f12e79f33e01288a928fb438..185b920f9ee9e741271e9adc28299dc9e9a6f845 100644 |
--- a/webkit/fileapi/syncable/file_change.h |
+++ b/webkit/browser/fileapi/syncable/file_change.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_FILE_CHANGE_H_ |
-#define WEBKIT_FILEAPI_SYNCABLE_FILE_CHANGE_H_ |
+#ifndef WEBKIT_BROWSER_FILEAPI_SYNCABLE_FILE_CHANGE_H_ |
+#define WEBKIT_BROWSER_FILEAPI_SYNCABLE_FILE_CHANGE_H_ |
#include <deque> |
#include <string> |
@@ -11,7 +11,7 @@ |
#include "base/basictypes.h" |
#include "base/files/file_path.h" |
#include "webkit/browser/fileapi/file_system_url.h" |
-#include "webkit/fileapi/syncable/sync_file_type.h" |
+#include "webkit/browser/fileapi/syncable/sync_file_type.h" |
#include "webkit/storage/webkit_storage_export.h" |
namespace sync_file_system { |
@@ -74,4 +74,4 @@ class WEBKIT_STORAGE_EXPORT FileChangeList { |
} // namespace sync_file_system |
-#endif // WEBKIT_FILEAPI_SYNCABLE_FILE_CHANGE_H_ |
+#endif // WEBKIT_BROWSER_FILEAPI_SYNCABLE_FILE_CHANGE_H_ |