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

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

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/browser/fileapi/file_system_file_util.h
diff --git a/webkit/browser/fileapi/file_system_file_util.h b/webkit/browser/fileapi/file_system_file_util.h
index 3d2965222de873c9e5c087bba8def257bdb81add..3a0c6b79839c8b46766a6a0a9f267d493cfec6a6 100644
--- a/webkit/browser/fileapi/file_system_file_util.h
+++ b/webkit/browser/fileapi/file_system_file_util.h
@@ -9,7 +9,7 @@
#include "base/files/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "webkit/browser/fileapi/file_system_operation.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
+#include "webkit/browser/storage_export.h"
#include "webkit/common/blob/scoped_file.h"
namespace base {
@@ -26,12 +26,12 @@ class FileSystemURL;
//
// Layering structure of the FileSystemFileUtil was split out.
// See http://crbug.com/128136 if you need it.
-class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemFileUtil {
+class STORAGE_EXPORT FileSystemFileUtil {
public:
typedef FileSystemOperation::CopyOrMoveOption CopyOrMoveOption;
// It will be implemented by each subclass such as FileSystemFileEnumerator.
- class WEBKIT_STORAGE_BROWSER_EXPORT AbstractFileEnumerator {
+ class STORAGE_EXPORT AbstractFileEnumerator {
public:
virtual ~AbstractFileEnumerator() {}
@@ -47,7 +47,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemFileUtil {
virtual bool IsDirectory() = 0;
};
- class WEBKIT_STORAGE_BROWSER_EXPORT EmptyFileEnumerator
+ class STORAGE_EXPORT EmptyFileEnumerator
: public AbstractFileEnumerator {
virtual base::FilePath Next() OVERRIDE;
virtual int64 Size() OVERRIDE;
« no previous file with comments | « webkit/browser/fileapi/file_system_file_stream_reader.h ('k') | webkit/browser/fileapi/file_system_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698