Index: chrome/browser/instant/instant_loader_delegate.h |
diff --git a/chrome/browser/instant/instant_loader_delegate.h b/chrome/browser/instant/instant_loader_delegate.h |
index 8fbd1f9d143329690e545f18dd5b41a973f1e6ef..edda27791d5b57e03107c064aeeb900348ded77a 100644 |
--- a/chrome/browser/instant/instant_loader_delegate.h |
+++ b/chrome/browser/instant/instant_loader_delegate.h |
@@ -19,8 +19,7 @@ class InstantLoaderDelegate { |
// Invoked when the loader has suggested text. |
virtual void SetSuggestions( |
InstantLoader* loader, |
- const std::vector<string16>& suggestions, |
- InstantCompleteBehavior behavior) = 0; |
+ const std::vector<InstantSuggestion>& suggestion) = 0; |
sreeram
2012/08/09 22:13:51
suggestion -> suggestions
Shishir
2012/08/10 18:16:57
Done.
|
// Commit the preview. |
virtual void CommitInstantLoader(InstantLoader* loader) = 0; |