| Index: content/browser/cache_storage/cache_storage_dispatcher_host.h
|
| diff --git a/content/browser/cache_storage/cache_storage_dispatcher_host.h b/content/browser/cache_storage/cache_storage_dispatcher_host.h
|
| index 966d46125775c48ccb1d7b0084d2edf7a3059bd1..77435096db24ebe8a1ee9b4859e4322351ea4591 100644
|
| --- a/content/browser/cache_storage/cache_storage_dispatcher_host.h
|
| +++ b/content/browser/cache_storage/cache_storage_dispatcher_host.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CONTENT_BROWSER_CACHE_STORAGE_CACHE_STORAGE_DISPATCHER_HOST_H_
|
| #define CONTENT_BROWSER_CACHE_STORAGE_CACHE_STORAGE_DISPATCHER_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <list>
|
|
|
| +#include "base/macros.h"
|
| #include "content/browser/cache_storage/cache_storage.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
|
|
|
|