| Index: chrome/browser/predictors/resource_prefetcher.h
|
| diff --git a/chrome/browser/predictors/resource_prefetcher.h b/chrome/browser/predictors/resource_prefetcher.h
|
| index 1363a39e7e68eb83690503f6b09fc3f270f7e404..6ce3a45d8c72df11001a4cec0dc6b00c86dfde8d 100644
|
| --- a/chrome/browser/predictors/resource_prefetcher.h
|
| +++ b/chrome/browser/predictors/resource_prefetcher.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef CHROME_BROWSER_PREDICTORS_RESOURCE_PREFETCHER_H_
|
| #define CHROME_BROWSER_PREDICTORS_RESOURCE_PREFETCHER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <list>
|
| #include <map>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/threading/thread_checker.h"
|
|
|