| Index: net/sdch/sdch_owner.h
|
| diff --git a/net/sdch/sdch_owner.h b/net/sdch/sdch_owner.h
|
| index 3d6b59b76618a819943914759ddb04d8bb382eaa..86f3b0f260d414bfcd12d8c4df068e304849b7c7 100644
|
| --- a/net/sdch/sdch_owner.h
|
| +++ b/net/sdch/sdch_owner.h
|
| @@ -5,9 +5,13 @@
|
| #ifndef NET_SDCH_SDCH_OWNER_H_
|
| #define NET_SDCH_SDCH_OWNER_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/memory_pressure_listener.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/prefs/pref_store.h"
|
| @@ -203,7 +207,7 @@ class NET_EXPORT SdchOwner : public SdchObserver, public PrefStore::Observer {
|
|
|
| // Byte-seconds consumed by dictionaries that have been unloaded. These are
|
| // stored for later uploading in the SdchOwner destructor.
|
| - std::vector<int64> consumed_byte_seconds_;
|
| + std::vector<int64_t> consumed_byte_seconds_;
|
|
|
| // Creation time for this SdchOwner object, used for reporting temporal memory
|
| // pressure.
|
|
|