Index: chrome/browser/extensions/api/settings_private/settings_private_delegate.h |
diff --git a/chrome/browser/extensions/api/settings_private/settings_private_delegate.h b/chrome/browser/extensions/api/settings_private/settings_private_delegate.h |
index 2c608a46f827d056347151839f880e88df1ec251..6f40a82836bb44b1d55e667c2db4808e2173ead1 100644 |
--- a/chrome/browser/extensions/api/settings_private/settings_private_delegate.h |
+++ b/chrome/browser/extensions/api/settings_private/settings_private_delegate.h |
@@ -11,7 +11,6 @@ |
#include "base/callback.h" |
#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/extensions/api/settings_private.h" |
#include "components/keyed_service/core/keyed_service.h" |
#include "extensions/browser/extension_function.h" |
@@ -44,8 +43,6 @@ class SettingsPrivateDelegate : public KeyedService { |
virtual scoped_ptr<base::Value> GetAllPrefs(); |
private: |
- PrefService* FindServiceForPref(const std::string& pref_name); |
- |
Profile* profile_; // weak; not owned by us |
DISALLOW_COPY_AND_ASSIGN(SettingsPrivateDelegate); |