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

Unified Diff: webkit/browser/appcache/view_appcache_internals_job.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/appcache/manifest_parser.h ('k') | webkit/browser/blob/blob_data_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/appcache/view_appcache_internals_job.h
diff --git a/webkit/browser/appcache/view_appcache_internals_job.h b/webkit/browser/appcache/view_appcache_internals_job.h
index 70dea8ec77972278afc35c45212e99a54057d7bc..d247c3ea6a81be821d910ef753e7031c73e99e9d 100644
--- a/webkit/browser/appcache/view_appcache_internals_job.h
+++ b/webkit/browser/appcache/view_appcache_internals_job.h
@@ -6,7 +6,7 @@
#define WEBKIT_BROWSER_APPCACHE_VIEW_APPCACHE_INTERNALS_JOB_H_
#include "base/basictypes.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace net {
class NetworkDelegate;
@@ -18,7 +18,7 @@ namespace appcache {
class AppCacheService;
-class WEBKIT_STORAGE_EXPORT ViewAppCacheInternalsJobFactory {
+class WEBKIT_STORAGE_BROWSER_EXPORT ViewAppCacheInternalsJobFactory {
public:
static net::URLRequestJob* CreateJobForRequest(
net::URLRequest* request,
« no previous file with comments | « webkit/browser/appcache/manifest_parser.h ('k') | webkit/browser/blob/blob_data_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698