| Index: chrome/browser/extensions/api/omnibox/omnibox_api_interactive_test.cc
|
| diff --git a/chrome/browser/extensions/api/omnibox/omnibox_api_interactive_test.cc b/chrome/browser/extensions/api/omnibox/omnibox_api_interactive_test.cc
|
| index f0c0e9d6b331927d8783b8f9b0c6d811f1f6959b..c686d9062d801348381c8e454c3a00ee63a977a1 100644
|
| --- a/chrome/browser/extensions/api/omnibox/omnibox_api_interactive_test.cc
|
| +++ b/chrome/browser/extensions/api/omnibox/omnibox_api_interactive_test.cc
|
| @@ -7,7 +7,7 @@
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| #include "components/metrics/proto/omnibox_event.pb.h"
|
| -
|
| +#include "extensions/test/result_catcher.h"
|
|
|
| // Tests that the autocomplete popup doesn't reopen after accepting input for
|
| // a given query.
|
| @@ -38,7 +38,7 @@ IN_PROC_BROWSER_TEST_F(OmniboxApiTest, PopupStaysClosed) {
|
| // Quickly type another query and accept it before getting suggestions back
|
| // for the query. The popup will close after accepting input - ensure that it
|
| // does not reopen when the extension returns its suggestions.
|
| - ResultCatcher catcher;
|
| + extensions::ResultCatcher catcher;
|
|
|
| // TODO: Rather than send this second request by talking to the controller
|
| // directly, figure out how to send it via the proper calls to
|
|
|