Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Unified Diff: chrome/browser/policy/device_management_service.h

Issue 7941008: Cosmetic cleanups in chrome/browser/policy/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload was broken? Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d2c512254c2984a0c8cd8260c73e949d3dae90cd..63bfeee1fa2c51b2dfdbb3cb3fb70beb2fda432a 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.
« no previous file with comments | « chrome/browser/policy/device_management_backend_impl.cc ('k') | chrome/browser/policy/device_management_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698