Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: webkit/browser/fileapi/mount_points.h

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/browser/fileapi/local_file_util.h ('k') | webkit/browser/fileapi/native_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/mount_points.h
diff --git a/webkit/browser/fileapi/mount_points.h b/webkit/browser/fileapi/mount_points.h
index b7bc294b8bddb9e2b14eb8dae3602be3cd968076..5ec67b95a9ce8856ab82b6d22e19adc4408b9caa 100644
--- a/webkit/browser/fileapi/mount_points.h
+++ b/webkit/browser/fileapi/mount_points.h
@@ -10,8 +10,8 @@
#include "base/basictypes.h"
#include "base/files/file_path.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
#include "webkit/common/fileapi/file_system_util.h"
-#include "webkit/storage/webkit_storage_export.h"
class GURL;
@@ -22,9 +22,9 @@ class FileSystemURL;
namespace fileapi {
// Represents a set of mount points for File API.
-class WEBKIT_STORAGE_EXPORT MountPoints {
+class WEBKIT_STORAGE_BROWSER_EXPORT MountPoints {
public:
- struct WEBKIT_STORAGE_EXPORT MountPointInfo {
+ struct WEBKIT_STORAGE_BROWSER_EXPORT MountPointInfo {
MountPointInfo();
MountPointInfo(const std::string& name, const base::FilePath& path);
@@ -103,4 +103,3 @@ class WEBKIT_STORAGE_EXPORT MountPoints {
} // namespace fileapi
#endif // WEBKIT_BROWSER_FILEAPI_MOUNT_POINTS_H_
-
« no previous file with comments | « webkit/browser/fileapi/local_file_util.h ('k') | webkit/browser/fileapi/native_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698