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

Unified Diff: webkit/fileapi/native_file_util.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/native_file_util.h
diff --git a/webkit/fileapi/native_file_util.h b/webkit/fileapi/native_file_util.h
index dc1d39d0410216743007cdc8709ec34b9730f83a..21e8aaca6790629434969228794625d6fd3811a2 100644
--- a/webkit/fileapi/native_file_util.h
+++ b/webkit/fileapi/native_file_util.h
@@ -8,8 +8,8 @@
#include "base/file_path.h"
#include "base/file_util_proxy.h"
#include "base/platform_file.h"
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_file_util.h"
+#include "webkit/storage/storage_export.h"
namespace base {
class Time;
@@ -22,7 +22,7 @@ using base::PlatformFileError;
// TODO(dmikurube): Add unit tests for NativeFileUtil.
// This class handles accessing the OS native filesystem.
-class FILEAPI_EXPORT_PRIVATE NativeFileUtil {
+class STORAGE_EXPORT_PRIVATE NativeFileUtil {
public:
static PlatformFileError CreateOrOpen(
const FilePath& path,

Powered by Google App Engine
This is Rietveld 408576698