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

Unified Diff: webkit/browser/fileapi/sandbox_origin_database.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/sandbox_origin_database.h
diff --git a/webkit/browser/fileapi/sandbox_origin_database.h b/webkit/browser/fileapi/sandbox_origin_database.h
index 3fff77de23c8694e945a2ad5e1944d4417aa0fcd..f358e14a9ce042685b9f65ad033853ca6b6f6302 100644
--- a/webkit/browser/fileapi/sandbox_origin_database.h
+++ b/webkit/browser/fileapi/sandbox_origin_database.h
@@ -26,7 +26,7 @@ namespace storage {
// All methods of this class other than the constructor may be used only from
// the browser's FILE thread. The constructor may be used on any thread.
-class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE SandboxOriginDatabase
+class STORAGE_EXPORT_PRIVATE SandboxOriginDatabase
: public SandboxOriginDatabaseInterface {
public:
// Only one instance of SandboxOriginDatabase should exist for a given path
« no previous file with comments | « webkit/browser/fileapi/sandbox_isolated_origin_database.h ('k') | webkit/browser/fileapi/sandbox_origin_database_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698