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

Unified Diff: webkit/browser/appcache/appcache_response.h

Issue 16091011: 2nd try: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: splint_link fix 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/appcache/appcache_response.h
diff --git a/webkit/browser/appcache/appcache_response.h b/webkit/browser/appcache/appcache_response.h
index 3d992db34a19aad6856fe56e1077dd0da86d0d0f..63bb7da3b21d8d552ad73d57e9eb23728c8fba54 100644
--- a/webkit/browser/appcache/appcache_response.h
+++ b/webkit/browser/appcache/appcache_response.h
@@ -13,6 +13,7 @@
#include "net/base/completion_callback.h"
#include "net/http/http_response_info.h"
#include "webkit/common/appcache/appcache_interfaces.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace net {
class IOBuffer;
@@ -256,4 +257,3 @@ class WEBKIT_STORAGE_EXPORT AppCacheResponseWriter : public AppCacheResponseIO {
} // namespace appcache
#endif // WEBKIT_BROWSER_APPCACHE_APPCACHE_RESPONSE_H_
-

Powered by Google App Engine
This is Rietveld 408576698