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

Unified Diff: webkit/browser/fileapi/test_mount_point_provider.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
Index: webkit/browser/fileapi/test_mount_point_provider.h
diff --git a/webkit/browser/fileapi/test_mount_point_provider.h b/webkit/browser/fileapi/test_mount_point_provider.h
index 5f24a0807eed3b6704f4f22370dd3ec6338ded58..db7bac3c9204be244d2624557703de23e3c009ca 100644
--- a/webkit/browser/fileapi/test_mount_point_provider.h
+++ b/webkit/browser/fileapi/test_mount_point_provider.h
@@ -11,7 +11,7 @@
#include "webkit/browser/fileapi/async_file_util_adapter.h"
#include "webkit/browser/fileapi/file_system_mount_point_provider.h"
#include "webkit/browser/fileapi/task_runner_bound_observer_list.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace base {
class SequencedTaskRunner;
@@ -25,7 +25,7 @@ class FileSystemQuotaUtil;
// This should be only used for testing.
// This mount point provider uses LocalFileUtil and stores data file
// under the given directory.
-class WEBKIT_STORAGE_EXPORT_PRIVATE TestMountPointProvider
+class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TestMountPointProvider
: public FileSystemMountPointProvider {
public:
TestMountPointProvider(
« no previous file with comments | « webkit/browser/fileapi/syncable/syncable_file_system_util.h ('k') | webkit/browser/fileapi/timed_task_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698