diff options
author | pilgrim <pilgrim@chromium.org> | 2014-08-25 11:25:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-25 18:28:34 +0000 |
commit | fa309edf9033cf74f2aa971cb4284d6849b7bc1a (patch) | |
tree | a1c69fb8d9cf5cda48f193cbd72d11fd31295c76 /webkit/browser/fileapi/local_file_util.h | |
parent | bbbeb06ad9b5f49e04ebdacd61a3c4466ee5b87d (diff) | |
download | chromium_src-fa309edf9033cf74f2aa971cb4284d6849b7bc1a.zip chromium_src-fa309edf9033cf74f2aa971cb4284d6849b7bc1a.tar.gz chromium_src-fa309edf9033cf74f2aa971cb4284d6849b7bc1a.tar.bz2 |
Rename storage-related export macros and build targets
Part of the refactoring effort to consolidate all fileapi/quota/webkit_database/webkit_blob-related code into a single namespace, directory, and component. Discussed here: https://groups.google.com/a/chromium.org/forum/#!topic/storage-dev/aQall8GOrS4
This is itself part of a larger refactoring effort to get rid of the webkit/ directory, as recorded in the following bug:
BUG=338338
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/498273002
Cr-Commit-Position: refs/heads/master@{#291718}
Diffstat (limited to 'webkit/browser/fileapi/local_file_util.h')
-rw-r--r-- | webkit/browser/fileapi/local_file_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/browser/fileapi/local_file_util.h b/webkit/browser/fileapi/local_file_util.h index b22d225..4c20afc 100644 --- a/webkit/browser/fileapi/local_file_util.h +++ b/webkit/browser/fileapi/local_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_file_util.h" -#include "webkit/browser/webkit_storage_browser_export.h" +#include "webkit/browser/storage_export.h" namespace base { class Time; @@ -23,7 +23,7 @@ class FileSystemOperationContext; class FileSystemURL; // An instance of this class is created and owned by *FileSystemBackend. -class WEBKIT_STORAGE_BROWSER_EXPORT LocalFileUtil +class STORAGE_EXPORT LocalFileUtil : public FileSystemFileUtil { public: LocalFileUtil(); |