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

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

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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
« no previous file with comments | « webkit/browser/fileapi/sandbox_origin_database.h ('k') | webkit/browser/fileapi/syncable/file_change.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/sandbox_origin_database_interface.h
diff --git a/webkit/browser/fileapi/sandbox_origin_database_interface.h b/webkit/browser/fileapi/sandbox_origin_database_interface.h
index 33b37b67126c10f2b229587ca7036897934f3e1c..8b88f9349af96da8f9ff4703789e3311e0b1e3cd 100644
--- a/webkit/browser/fileapi/sandbox_origin_database_interface.h
+++ b/webkit/browser/fileapi/sandbox_origin_database_interface.h
@@ -9,13 +9,13 @@
#include <vector>
#include "base/files/file_path.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace fileapi {
-class WEBKIT_STORAGE_EXPORT_PRIVATE SandboxOriginDatabaseInterface {
+class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE SandboxOriginDatabaseInterface {
public:
- struct WEBKIT_STORAGE_EXPORT_PRIVATE OriginRecord {
+ struct WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE OriginRecord {
std::string origin;
base::FilePath path;
« no previous file with comments | « webkit/browser/fileapi/sandbox_origin_database.h ('k') | webkit/browser/fileapi/syncable/file_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698