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

Unified Diff: webkit/browser/fileapi/file_system_options.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_options.h
diff --git a/webkit/browser/fileapi/file_system_options.h b/webkit/browser/fileapi/file_system_options.h
index c1ed7bfea2ea82a09a17427449746c65cc2733a8..545fc81193af5c49c5170ede963b231ffb5e7ee7 100644
--- a/webkit/browser/fileapi/file_system_options.h
+++ b/webkit/browser/fileapi/file_system_options.h
@@ -8,7 +8,7 @@
#include <string>
#include <vector>
-#include "webkit/browser/webkit_storage_browser_export.h"
+#include "webkit/browser/storage_export.h"
namespace leveldb {
class Env;
@@ -18,7 +18,7 @@ namespace storage {
// Provides runtime options that may change FileSystem API behavior.
// This object is copyable.
-class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOptions {
+class STORAGE_EXPORT FileSystemOptions {
public:
enum ProfileMode {
PROFILE_MODE_NORMAL = 0,
« no previous file with comments | « webkit/browser/fileapi/file_system_operation_runner.h ('k') | webkit/browser/fileapi/file_system_quota_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698