Index: chrome/browser/chromeos/policy/user_network_configuration_updater.h |
diff --git a/chrome/browser/chromeos/policy/user_network_configuration_updater.h b/chrome/browser/chromeos/policy/user_network_configuration_updater.h |
index aca6b89f29e53af49315e59cd4c0e1626de8962b..e3f2618ea1e3579d88197acced26ece0fa4a4c27 100644 |
--- a/chrome/browser/chromeos/policy/user_network_configuration_updater.h |
+++ b/chrome/browser/chromeos/policy/user_network_configuration_updater.h |
@@ -12,6 +12,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/chromeos/policy/network_configuration_updater.h" |
+#include "components/browser_context_keyed_service/browser_context_keyed_service.h" |
namespace chromeos { |
class User; |
@@ -31,7 +32,8 @@ class PolicyService; |
// expansion with the user's name (or email address, etc.) and handling of "Web" |
// trust of certificates. Web trusted certificates are pushed to the |
// PolicyCertVerifier if set. |
-class UserNetworkConfigurationUpdater : public NetworkConfigurationUpdater { |
+class UserNetworkConfigurationUpdater : public NetworkConfigurationUpdater, |
+ public BrowserContextKeyedService { |
public: |
virtual ~UserNetworkConfigurationUpdater(); |