summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/cloud_policy_subsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/cloud_policy_subsystem.h')
-rw-r--r--chrome/browser/policy/cloud_policy_subsystem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/policy/cloud_policy_subsystem.h b/chrome/browser/policy/cloud_policy_subsystem.h
index fc14bee..2810a81 100644
--- a/chrome/browser/policy/cloud_policy_subsystem.h
+++ b/chrome/browser/policy/cloud_policy_subsystem.h
@@ -72,9 +72,6 @@ class CloudPolicySubsystem
CloudPolicyCacheBase* policy_cache);
virtual ~CloudPolicySubsystem();
- // net::NetworkChangeNotifier::IPAddressObserver:
- virtual void OnIPAddressChanged() OVERRIDE;
-
// Initializes the subsystem. The first network request will only be made
// after |delay_milliseconds|. It can be scheduled to be happen earlier by
// calling |ScheduleInitialization|.
@@ -126,7 +123,10 @@ class CloudPolicySubsystem
// NotificationObserver overrides.
virtual void Observe(int type,
const NotificationSource& source,
- const NotificationDetails& details);
+ const NotificationDetails& details) OVERRIDE;
+
+ // net::NetworkChangeNotifier::IPAddressObserver:
+ virtual void OnIPAddressChanged() OVERRIDE;
// Name of the preference to read the refresh rate from.
const char* refresh_pref_name_;