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

Unified Diff: webkit/browser/fileapi/file_system_task_runners.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/file_system_quota_util.h ('k') | webkit/browser/fileapi/file_system_url.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/file_system_task_runners.h
diff --git a/webkit/browser/fileapi/file_system_task_runners.h b/webkit/browser/fileapi/file_system_task_runners.h
index dea61fe468ae4632a9269d088c0ceae0833d571f..33a43b83046d8ed08105bc4bcd13685b4cfe031d 100644
--- a/webkit/browser/fileapi/file_system_task_runners.h
+++ b/webkit/browser/fileapi/file_system_task_runners.h
@@ -7,7 +7,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace base {
class SingleThreadTaskRunner;
@@ -16,7 +16,7 @@ class SingleThreadTaskRunner;
namespace fileapi {
// This class holds task runners used for filesystem related stuff.
-class WEBKIT_STORAGE_EXPORT FileSystemTaskRunners {
+class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemTaskRunners {
public:
FileSystemTaskRunners(
base::SingleThreadTaskRunner* io_task_runner,
« no previous file with comments | « webkit/browser/fileapi/file_system_quota_util.h ('k') | webkit/browser/fileapi/file_system_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698