| Index: chrome/browser/policy/device_management_service.h
|
| diff --git a/chrome/browser/policy/device_management_service.h b/chrome/browser/policy/device_management_service.h
|
| index 0b77b8a3df1c3e584bfebd053ea6b166bdf8cad4..112e4b193e68549bc34a50072559e05f9cab4859 100644
|
| --- a/chrome/browser/policy/device_management_service.h
|
| +++ b/chrome/browser/policy/device_management_service.h
|
| @@ -104,14 +104,14 @@ class DeviceManagementService : public content::URLFetcherDelegate {
|
| void Shutdown();
|
|
|
| private:
|
| - typedef std::map<const content::URLFetcher*,
|
| + typedef std::map<const net::URLFetcher*,
|
| DeviceManagementRequestJobImpl*> JobFetcherMap;
|
| typedef std::deque<DeviceManagementRequestJobImpl*> JobQueue;
|
|
|
| friend class DeviceManagementRequestJobImpl;
|
|
|
| // content::URLFetcherDelegate override.
|
| - virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
|
|
| // Does the actual initialization using the request context specified for
|
| // |PrepareInitialization|. This will also fire any pending network requests.
|
|
|