Index: chrome/common/resource_dispatcher_unittest.cc |
=================================================================== |
--- chrome/common/resource_dispatcher_unittest.cc (revision 13181) |
+++ chrome/common/resource_dispatcher_unittest.cc (working copy) |
@@ -10,8 +10,8 @@ |
#include "chrome/common/filter_policy.h" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/resource_dispatcher.h" |
- |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "webkit/glue/webappcachecontext.h" |
using webkit_glue::ResourceLoaderBridge; |
@@ -157,6 +157,7 @@ |
dispatcher_->CreateBridge("GET", GURL(test_page_url), GURL(test_page_url), |
GURL(), "null", "null", std::string(), "", 0, 0, |
ResourceType::SUB_RESOURCE, 0, |
+ WebAppCacheContext::kNoAppCacheContextId, |
MSG_ROUTING_CONTROL); |
bridge->Start(&callback); |