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

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

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/policy/configuration_policy_provider_test.h ('k') | chrome/browser/preferences_mock_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/device_management_backend_impl.h
diff --git a/chrome/browser/policy/device_management_backend_impl.h b/chrome/browser/policy/device_management_backend_impl.h
index 4354c9823db4a37389250966c46fff45b1873131..ff4f3ff2ddfa20bc5fd46a861c4c7dc2485627b1 100644
--- a/chrome/browser/policy/device_management_backend_impl.h
+++ b/chrome/browser/policy/device_management_backend_impl.h
@@ -64,18 +64,18 @@ class DeviceManagementBackendImpl : public DeviceManagementBackend {
const std::string& oauth_token,
const std::string& device_id,
const em::DeviceRegisterRequest& request,
- DeviceRegisterResponseDelegate* response_delegate);
+ DeviceRegisterResponseDelegate* response_delegate) OVERRIDE;
virtual void ProcessUnregisterRequest(
const std::string& device_management_token,
const std::string& device_id,
const em::DeviceUnregisterRequest& request,
- DeviceUnregisterResponseDelegate* response_delegate);
+ DeviceUnregisterResponseDelegate* response_delegate) OVERRIDE;
virtual void ProcessPolicyRequest(
const std::string& device_management_token,
const std::string& device_id,
CloudPolicyDataStore::UserAffiliation affiliation,
const em::DevicePolicyRequest& request,
- DevicePolicyResponseDelegate* response_delegate);
+ DevicePolicyResponseDelegate* response_delegate) OVERRIDE;
// Converts a user affiliation to the appropriate query parameter value.
static const char* UserAffiliationToString(
« no previous file with comments | « chrome/browser/policy/configuration_policy_provider_test.h ('k') | chrome/browser/preferences_mock_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698