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

Unified Diff: webkit/fileapi/file_system_url.h

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 years, 2 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
Index: webkit/fileapi/file_system_url.h
diff --git a/webkit/fileapi/file_system_url.h b/webkit/fileapi/file_system_url.h
index cabe79d9f120351461642ffe563d1990c9697107..493f4c9f5bfa20aa205eac4165de72960082a599 100644
--- a/webkit/fileapi/file_system_url.h
+++ b/webkit/fileapi/file_system_url.h
@@ -10,7 +10,7 @@
#include "base/platform_file.h"
#include "googleurl/src/gurl.h"
#include "webkit/fileapi/file_system_types.h"
-#include "webkit/fileapi/fileapi_export.h"
+#include "webkit/storage/storage_export.h"
namespace fileapi {
@@ -47,7 +47,7 @@ namespace fileapi {
// special treatment, as it may contain paths that are illegal on the current
// platform. To avoid problems, use VirtualPath::BaseName and
// VirtualPath::GetComponents instead of the FilePath methods.
-class FILEAPI_EXPORT FileSystemURL {
+class STORAGE_EXPORT FileSystemURL {
public:
FileSystemURL();
explicit FileSystemURL(const GURL& filesystem_url);
@@ -98,7 +98,7 @@ class FILEAPI_EXPORT FileSystemURL {
bool operator==(const FileSystemURL& that) const;
- struct FILEAPI_EXPORT Comparator {
+ struct STORAGE_EXPORT Comparator {
bool operator() (const FileSystemURL& lhs, const FileSystemURL& rhs) const;
};

Powered by Google App Engine
This is Rietveld 408576698