Chromium Code Reviews| Index: content/public/browser/storage_partition.h |
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h |
| index fc4cc36bcc6a5fbccd96184f24322ed74c4972c2..071babe0ac72be4dfcde9a8213461aa38f4255a6 100644 |
| --- a/content/public/browser/storage_partition.h |
| +++ b/content/public/browser/storage_partition.h |
| @@ -40,10 +40,11 @@ namespace content { |
| class AppCacheService; |
| class BrowserContext; |
| -class HostZoomLevelContext; |
| -class HostZoomMap; |
| +class CacheStorageContext; |
|
jsbell
2015/03/11 23:47:26
Oops - I can revert this change for now.
jsbell
2015/03/12 15:56:47
Done.
|
| class DOMStorageContext; |
| class GeofencingManager; |
| +class HostZoomLevelContext; |
| +class HostZoomMap; |
| class IndexedDBContext; |
| class NavigatorConnectContext; |
| class ServiceWorkerContext; |