| Index: content/browser/appcache/appcache_storage_impl_unittest.cc
|
| diff --git a/content/browser/appcache/appcache_storage_impl_unittest.cc b/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| index da3bb564115c9fa0b31fdbec94cd7f9fad4ac29c..1c2154eca647e75c07fb28918e4a9e67a93093a6 100644
|
| --- a/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| +++ b/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| @@ -1768,7 +1768,7 @@ class AppCacheStorageImplTest : public testing::Test {
|
| AppCacheInterceptor::SetExtraRequestInfo(
|
| request_.get(), service_.get(),
|
| backend_->process_id(), host2->host_id(),
|
| - ResourceType::MAIN_FRAME);
|
| + RESOURCE_TYPE_MAIN_FRAME);
|
| request_->Start();
|
| }
|
|
|
|
|