| Index: chrome/browser/net/quota_policy_channel_id_store.h
|
| diff --git a/chrome/browser/net/quota_policy_channel_id_store.h b/chrome/browser/net/quota_policy_channel_id_store.h
|
| index a2966f8eb3d440164222b5a75940a55a6e433669..63b1bae9f60a47018406cb5ef3bc77d1bba08ba9 100644
|
| --- a/chrome/browser/net/quota_policy_channel_id_store.h
|
| +++ b/chrome/browser/net/quota_policy_channel_id_store.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <set>
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/compiler_specific.h"
|
| @@ -50,7 +51,8 @@ class QuotaPolicyChannelIDStore
|
| void SetForceKeepSessionState() override;
|
|
|
| private:
|
| - typedef ScopedVector<net::DefaultChannelIDStore::ChannelID> ChannelIDVector;
|
| + typedef std::vector<scoped_ptr<net::DefaultChannelIDStore::ChannelID>>
|
| + ChannelIDVector;
|
|
|
| ~QuotaPolicyChannelIDStore() override;
|
|
|
|
|