blob: 337167cf4cd7aa6b9a516cddf3547536885737c6 [file] [log] [blame]
[email protected]e41982a72012-11-20 07:16:511// Copyright 2012 The Chromium Authors. All rights reserved.
[email protected]fd2b9ce2010-08-11 04:03:572// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]03bb7102013-03-17 22:44:475#include "chrome/browser/ui/search/instant_controller.h"
[email protected]fd2b9ce2010-08-11 04:03:576
avi655876a2015-12-25 07:18:157#include <stddef.h>
dcheng4a9d9822015-12-26 22:35:308#include <utility>
avi655876a2015-12-25 07:18:159
Marc Treib5cacd242017-09-06 07:48:2510#include "base/bind.h"
11#include "base/callback.h"
Marc Treib5891b282017-08-22 09:44:3012#include "base/memory/ptr_util.h"
[email protected]f92d6582013-06-10 22:02:3613#include "base/strings/stringprintf.h"
[email protected]d58688c62013-07-03 23:09:1214#include "chrome/browser/profiles/profile.h"
[email protected]a7b8e43d2013-03-18 18:52:4315#include "chrome/browser/search/instant_service.h"
16#include "chrome/browser/search/instant_service_factory.h"
[email protected]4418dbb2012-10-25 03:21:5417#include "chrome/browser/ui/browser_instant_controller.h"
Marc Treib5cacd242017-09-06 07:48:2518#include "content/public/browser/navigation_handle.h"
[email protected]3d6a8952012-12-14 03:18:0719#include "content/public/browser/web_contents.h"
Marc Treib5cacd242017-09-06 07:48:2520#include "content/public/browser/web_contents_observer.h"