| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index 449540937455c2bb8c5d18b432d22f236644a2c5..91e88b6ef89da1366b39c2be3e90b12e34d4dd66 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -799,7 +799,7 @@ class TabContents : public PageNavigator,
|
| TranslateErrors::Type error_type);
|
| void OnSetSuggestions(int32 page_id,
|
| const std::vector<std::string>& suggestions,
|
| - InstantCompleteBehavior complete_behavior);
|
| + InstantCompleteBehavior behavior);
|
| void OnInstantSupportDetermined(int32 page_id, bool result);
|
| void OnRunFileChooser(const ViewHostMsg_RunFileChooser_Params& params);
|
|
|
|
|