diff options
Diffstat (limited to 'chrome/browser/policy/device_management_service.h')
| -rw-r--r-- | chrome/browser/policy/device_management_service.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/browser/policy/device_management_service.h b/chrome/browser/policy/device_management_service.h index d2c5122..63bfeee1 100644 --- a/chrome/browser/policy/device_management_service.h +++ b/chrome/browser/policy/device_management_service.h @@ -11,19 +11,18 @@ #include <string> #include "base/basictypes.h" -#include "chrome/browser/policy/device_management_backend.h" +#include "base/memory/ref_counted.h" +#include "base/task.h" #include "content/common/net/url_fetcher.h" #include "googleurl/src/gurl.h" -class Profile; - namespace net { class URLRequestContextGetter; } namespace policy { -class DeviceManagementBackendImpl; +class DeviceManagementBackend; // The device management service is responsible for everything related to // communication with the device management server. It creates the backends @@ -86,7 +85,7 @@ class DeviceManagementService : public URLFetcher::Delegate { const net::URLRequestStatus& status, int response_code, const net::ResponseCookies& cookies, - const std::string& data); + const std::string& data) OVERRIDE; // Does the actual initialization using the request context specified for // |PrepareInitialization|. This will also fire any pending network requests. |
