| Index: chrome/browser/predictors/autocomplete_action_predictor.h
|
| diff --git a/chrome/browser/predictors/autocomplete_action_predictor.h b/chrome/browser/predictors/autocomplete_action_predictor.h
|
| index 34a725af3ad4d06f21bae0cf0c34c4d61f500502..ce252039705deb234c3e4d4bc222463426455ecf 100644
|
| --- a/chrome/browser/predictors/autocomplete_action_predictor.h
|
| +++ b/chrome/browser/predictors/autocomplete_action_predictor.h
|
| @@ -15,6 +15,7 @@
|
| #include "chrome/browser/history/history_types.h"
|
| #include "chrome/browser/predictors/autocomplete_action_predictor_table.h"
|
| #include "chrome/browser/profiles/profile_keyed_service.h"
|
| +#include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -97,7 +98,7 @@ class AutocompleteActionPredictor
|
| // prerenders (if any).
|
| void StartPrerendering(
|
| const GURL& url,
|
| - content::SessionStorageNamespace* session_storage_namespace,
|
| + const content::SessionStorageNamespaceMap& session_storage_namespace_map,
|
| const gfx::Size& size);
|
|
|
| // Return true if the suggestion type warrants a TCP/IP preconnection.
|
|
|