| Index: sandbox/win/src/broker_services.h
|
| diff --git a/sandbox/win/src/broker_services.h b/sandbox/win/src/broker_services.h
|
| index 5fd6ca424c78aec8f633833cb56eca4c8b1c7eb7..b16d5fcc2831f73508992795a30ff1fa77a4c78b 100644
|
| --- a/sandbox/win/src/broker_services.h
|
| +++ b/sandbox/win/src/broker_services.h
|
| @@ -64,10 +64,8 @@ class BrokerServicesBase final : public BrokerServices,
|
| bool IsActiveTarget(DWORD process_id);
|
|
|
| private:
|
| - struct TokenPair;
|
| typedef std::list<JobTracker*> JobTrackerList;
|
| typedef std::map<DWORD, PeerTracker*> PeerTrackerMap;
|
| - typedef std::map<uint32_t, TokenPair*> TokenCacheMap;
|
|
|
| // The routine that the worker thread executes. It is in charge of
|
| // notifications and cleanup-related tasks.
|
|
|