Index: chrome/browser/search_engines/search_provider_install_state_message_filter.h |
=================================================================== |
--- chrome/browser/search_engines/search_provider_install_state_message_filter.h (revision 79639) |
+++ chrome/browser/search_engines/search_provider_install_state_message_filter.h (working copy) |
@@ -6,11 +6,11 @@ |
#define CHROME_BROWSER_SEARCH_ENGINES_SEARCH_PROVIDER_INSTALL_STATE_MESSAGE_FILTER_H_ |
#include "chrome/browser/search_engines/search_provider_install_data.h" |
+#include "chrome/common/search_provider.h" |
#include "content/browser/browser_message_filter.h" |
class GURL; |
class Profile; |
-struct ViewHostMsg_GetSearchProviderInstallState_Params; |
// Handles messages regarding search provider install state on the I/O thread. |
class SearchProviderInstallStateMessageFilter : public BrowserMessageFilter { |
@@ -26,9 +26,9 @@ |
private: |
// Figures out the install state for the search provider. |
- ViewHostMsg_GetSearchProviderInstallState_Params |
- GetSearchProviderInstallState(const GURL& page_location, |
- const GURL& requested_host); |
+ search_provider::InstallState GetSearchProviderInstallState( |
+ const GURL& page_location, |
+ const GURL& requested_host); |
// Starts handling the message requesting the search provider install state. |
void OnMsgGetSearchProviderInstallState(const GURL& page_location, |