| Index: chrome/browser/policy/profile_policy_connector_factory.h
|
| diff --git a/chrome/browser/policy/profile_policy_connector_factory.h b/chrome/browser/policy/profile_policy_connector_factory.h
|
| index 837140833a3d91eff1be0c11c2180a082d6a81f6..86c8805c520e54711f1d6e898ba0dbd2bd9297b6 100644
|
| --- a/chrome/browser/policy/profile_policy_connector_factory.h
|
| +++ b/chrome/browser/policy/profile_policy_connector_factory.h
|
| @@ -9,9 +9,11 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/memory/singleton.h"
|
| #include "components/browser_context_keyed_service/browser_context_keyed_base_factory.h"
|
|
|
| +template <typename T>
|
| +struct DefaultSingletonTraits;
|
| +
|
| class Profile;
|
|
|
| namespace base {
|
|
|