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

Unified Diff: webkit/fileapi/file_util_helper.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_util_helper.h
diff --git a/webkit/fileapi/file_util_helper.h b/webkit/fileapi/file_util_helper.h
index 47e660574270b94b92555c811912a025f5f69298..bfb72aba5d72b6f7ae5768a64ec56e30f1791fe9 100644
--- a/webkit/fileapi/file_util_helper.h
+++ b/webkit/fileapi/file_util_helper.h
@@ -9,7 +9,7 @@
#include "base/file_util_proxy.h"
#include "base/platform_file.h"
-#include "webkit/fileapi/fileapi_export.h"
+#include "webkit/storage/storage_export.h"
namespace fileapi {
@@ -19,7 +19,7 @@ class FileSystemURL;
// A collection of static methods that are usually called by
// FileSystemFileUtilProxy. The method should be called on FILE thread.
-class FILEAPI_EXPORT_PRIVATE FileUtilHelper {
+class STORAGE_EXPORT_PRIVATE FileUtilHelper {
public:
static bool PathExists(
FileSystemOperationContext* context,

Powered by Google App Engine
This is Rietveld 408576698