Index: storage/browser/fileapi/mount_points.h |
diff --git a/webkit/browser/fileapi/mount_points.h b/storage/browser/fileapi/mount_points.h |
similarity index 93% |
copy from webkit/browser/fileapi/mount_points.h |
copy to storage/browser/fileapi/mount_points.h |
index 8d71503248437e3c6fa328f48b2c64aace12f64e..61da5fa61c50b78ec8ca1c4191d87b4697795e0e 100644 |
--- a/webkit/browser/fileapi/mount_points.h |
+++ b/storage/browser/fileapi/mount_points.h |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_BROWSER_FILEAPI_MOUNT_POINTS_H_ |
-#define WEBKIT_BROWSER_FILEAPI_MOUNT_POINTS_H_ |
+#ifndef STORAGE_BROWSER_FILEAPI_MOUNT_POINTS_H_ |
+#define STORAGE_BROWSER_FILEAPI_MOUNT_POINTS_H_ |
#include <string> |
#include <vector> |
#include "base/basictypes.h" |
#include "base/files/file_path.h" |
-#include "webkit/browser/storage_browser_export.h" |
-#include "webkit/common/fileapi/file_system_util.h" |
+#include "storage/browser/storage_browser_export.h" |
+#include "storage/common/fileapi/file_system_util.h" |
class GURL; |
@@ -105,4 +105,4 @@ class STORAGE_EXPORT MountPoints { |
} // namespace storage |
-#endif // WEBKIT_BROWSER_FILEAPI_MOUNT_POINTS_H_ |
+#endif // STORAGE_BROWSER_FILEAPI_MOUNT_POINTS_H_ |