| Index: content/browser/appcache/appcache_service_impl.h
|
| diff --git a/content/browser/appcache/appcache_service_impl.h b/content/browser/appcache/appcache_service_impl.h
|
| index ef4f060e930b81772c66ebdcaec65e893bcedd33..a57def8635839e3bc61fb3c8b1ab9fb2f16bb721 100644
|
| --- a/content/browser/appcache/appcache_service_impl.h
|
| +++ b/content/browser/appcache/appcache_service_impl.h
|
| @@ -30,22 +30,18 @@ class FilePath;
|
| class MessageLoopProxy;
|
| }
|
|
|
| -namespace content {
|
| -FORWARD_DECLARE_TEST(AppCacheServiceImplTest, ScheduleReinitialize);
|
| -class AppCacheServiceImplTest;
|
| -class AppCacheStorageImplTest;
|
| -}
|
| -
|
| namespace quota {
|
| class SpecialStoragePolicy;
|
| }
|
|
|
| namespace content {
|
| -
|
| +FORWARD_DECLARE_TEST(AppCacheServiceImplTest, ScheduleReinitialize);
|
| class AppCacheBackendImpl;
|
| class AppCacheExecutableHandlerFactory;
|
| class AppCacheQuotaClient;
|
| class AppCachePolicy;
|
| +class AppCacheServiceImplTest;
|
| +class AppCacheStorageImplTest;
|
| class AppCacheStorage;
|
|
|
| // Refcounted container to manage the lifetime of the old storage instance
|
|
|