| Index: content/browser/appcache/appcache_response.h
|
| diff --git a/content/browser/appcache/appcache_response.h b/content/browser/appcache/appcache_response.h
|
| index 474b4d0c6cd7585ebc215d3275c90ed8071065e2..09691136376aa6ffc0d16bcead8c5e37c7f62eb6 100644
|
| --- a/content/browser/appcache/appcache_response.h
|
| +++ b/content/browser/appcache/appcache_response.h
|
| @@ -20,12 +20,8 @@ class IOBuffer;
|
| }
|
|
|
| namespace content {
|
| -class MockAppCacheStorage;
|
| -}
|
| -
|
| -namespace content {
|
| -
|
| class AppCacheStorage;
|
| +class MockAppCacheStorage;
|
|
|
| static const int kUnkownResponseDataSize = -1;
|
|
|
|
|