Index: content/child/fileapi/webfilesystem_callback_adapters.h |
diff --git a/content/common_child/fileapi/webfilesystem_callback_adapters.h b/content/child/fileapi/webfilesystem_callback_adapters.h |
similarity index 83% |
rename from content/common_child/fileapi/webfilesystem_callback_adapters.h |
rename to content/child/fileapi/webfilesystem_callback_adapters.h |
index 3592f9eed333da14e344c4cbd69f13b05836559a..6a51316db95d05602f023069006cadb1e9b860be 100644 |
--- a/content/common_child/fileapi/webfilesystem_callback_adapters.h |
+++ b/content/child/fileapi/webfilesystem_callback_adapters.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 CONTENT_COMMON_CHILD_FILEAPI_WEBFILESYSTEM_CALLBACK_ADAPTERS_H_ |
-#define CONTENT_COMMON_CHILD_FILEAPI_WEBFILESYSTEM_CALLBACK_ADAPTERS_H_ |
+#ifndef CONTENT_CHILD_FILEAPI_WEBFILESYSTEM_CALLBACK_ADAPTERS_H_ |
+#define CONTENT_CHILD_FILEAPI_WEBFILESYSTEM_CALLBACK_ADAPTERS_H_ |
#include "base/basictypes.h" |
#include "base/platform_file.h" |
@@ -45,4 +45,4 @@ void OpenFileSystemCallbackAdapter( |
} // namespace content |
-#endif // CONTENT_COMMON_CHILD_FILEAPI_WEBFILESYSTEM_CALLBACK_ADAPTERS_H_ |
+#endif // CONTENT_CHILD_FILEAPI_WEBFILESYSTEM_CALLBACK_ADAPTERS_H_ |