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

Unified Diff: webkit/browser/fileapi/timed_task_helper.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/test_mount_point_provider.h ('k') | webkit/browser/fileapi/transient_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/timed_task_helper.h
diff --git a/webkit/browser/fileapi/timed_task_helper.h b/webkit/browser/fileapi/timed_task_helper.h
index ad72fb880b6b789d451d7f01528068f195d86ad4..9e78c7caab8c3f2a7f16f7931a91502a72aa83a7 100644
--- a/webkit/browser/fileapi/timed_task_helper.h
+++ b/webkit/browser/fileapi/timed_task_helper.h
@@ -11,7 +11,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/time.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace base {
class SequencedTaskRunner;
@@ -23,7 +23,7 @@ namespace fileapi {
// runs tasks on it (instead of implicitly bound to a thread).
// TODO(kinuko): This has nothing to do with fileapi. Move somewhere
// more common place.
-class WEBKIT_STORAGE_EXPORT TimedTaskHelper {
+class WEBKIT_STORAGE_BROWSER_EXPORT TimedTaskHelper {
public:
explicit TimedTaskHelper(base::SequencedTaskRunner* task_runner);
~TimedTaskHelper();
« no previous file with comments | « webkit/browser/fileapi/test_mount_point_provider.h ('k') | webkit/browser/fileapi/transient_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698