diff options
Diffstat (limited to 'chrome/browser/ui/find_bar/find_bar_state.h')
-rw-r--r-- | chrome/browser/ui/find_bar/find_bar_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/find_bar/find_bar_state.h b/chrome/browser/ui/find_bar/find_bar_state.h index c639496..3915439 100644 --- a/chrome/browser/ui/find_bar/find_bar_state.h +++ b/chrome/browser/ui/find_bar/find_bar_state.h @@ -10,11 +10,11 @@ #include "base/basictypes.h" #include "base/strings/string16.h" -#include "components/browser_context_keyed_service/browser_context_keyed_service.h" +#include "components/keyed_service/core/keyed_service.h" class Profile; -class FindBarState : public BrowserContextKeyedService { +class FindBarState : public KeyedService { public: FindBarState() {} virtual ~FindBarState() {} |