[email protected] | e41982a7 | 2012-11-20 07:16:51 | [diff] [blame] | 1 | // Copyright 2012 The Chromium Authors. All rights reserved. |
[email protected] | fd2b9ce | 2010-08-11 04:03:57 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | 03bb710 | 2013-03-17 22:44:47 | [diff] [blame] | 5 | #include "chrome/browser/ui/search/instant_controller.h" |
[email protected] | fd2b9ce | 2010-08-11 04:03:57 | [diff] [blame] | 6 | |
avi | 655876a | 2015-12-25 07:18:15 | [diff] [blame] | 7 | #include <stddef.h> |
dcheng | 4a9d982 | 2015-12-26 22:35:30 | [diff] [blame] | 8 | #include <utility> |
avi | 655876a | 2015-12-25 07:18:15 | [diff] [blame] | 9 | |
Marc Treib | 5cacd24 | 2017-09-06 07:48:25 | [diff] [blame^] | 10 | #include "base/bind.h" |
11 | #include "base/callback.h" | ||||
Marc Treib | 5891b28 | 2017-08-22 09:44:30 | [diff] [blame] | 12 | #include "base/memory/ptr_util.h" |
[email protected] | f92d658 | 2013-06-10 22:02:36 | [diff] [blame] | 13 | #include "base/strings/stringprintf.h" |
[email protected] | d58688c6 | 2013-07-03 23:09:12 | [diff] [blame] | 14 | #include "chrome/browser/profiles/profile.h" |
[email protected] | a7b8e43d | 2013-03-18 18:52:43 | [diff] [blame] | 15 | #include "chrome/browser/search/instant_service.h" |
16 | #include "chrome/browser/search/instant_service_factory.h" | ||||
[email protected] | 4418dbb | 2012-10-25 03:21:54 | [diff] [blame] | 17 | #include "chrome/browser/ui/browser_instant_controller.h" |
Marc Treib | 5cacd24 | 2017-09-06 07:48:25 | [diff] [blame^] | 18 | #include "content/public/browser/navigation_handle.h" |
[email protected] | 3d6a895 | 2012-12-14 03:18:07 | [diff] [blame] | 19 | #include "content/public/browser/web_contents.h" |
Marc Treib | 5cacd24 | 2017-09-06 07:48:25 | [diff] [blame^] | 20 | #include "content/public/browser/web_contents_observer.h" |