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

Unified Diff: webkit/browser/database/vfs_backend.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/database/databases_table.h ('k') | webkit/browser/dom_storage/dom_storage_area.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/database/vfs_backend.h
diff --git a/webkit/browser/database/vfs_backend.h b/webkit/browser/database/vfs_backend.h
index a47b8cf628f95da75851a3b29b65d8e85ceff058..d81433c566b13bbf33192799beedf420640fcb97 100644
--- a/webkit/browser/database/vfs_backend.h
+++ b/webkit/browser/database/vfs_backend.h
@@ -8,7 +8,7 @@
#include "base/platform_file.h"
#include "base/process.h"
#include "base/strings/string16.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace base {
class FilePath;
@@ -16,7 +16,7 @@ class FilePath;
namespace webkit_database {
-class WEBKIT_STORAGE_EXPORT VfsBackend {
+class WEBKIT_STORAGE_BROWSER_EXPORT VfsBackend {
public:
static void OpenFile(const base::FilePath& file_path,
int desired_flags,
« no previous file with comments | « webkit/browser/database/databases_table.h ('k') | webkit/browser/dom_storage/dom_storage_area.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698