| 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..ee137a03b77e72c9fa1d9044bbb6ada14f953a94 100644
|
| --- a/chrome/browser/instant/instant_loader_delegate.h
|
| +++ b/chrome/browser/instant/instant_loader_delegate.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <vector>
|
|
|
| -#include "base/string16.h"
|
| #include "chrome/common/instant_types.h"
|
|
|
| class InstantLoader;
|
| @@ -19,8 +18,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>& suggestions) = 0;
|
|
|
| // Commit the preview.
|
| virtual void CommitInstantLoader(InstantLoader* loader) = 0;
|
|
|