| Index: chrome/browser/ui/search/instant_tab.cc
|
| diff --git a/chrome/browser/ui/search/instant_tab.cc b/chrome/browser/ui/search/instant_tab.cc
|
| index 7c60de47e8c90f9ba0d9d804759fe582f86a757d..d9a64163b6af6c04c9fa983ae98141af690a7310 100644
|
| --- a/chrome/browser/ui/search/instant_tab.cc
|
| +++ b/chrome/browser/ui/search/instant_tab.cc
|
| @@ -4,13 +4,11 @@
|
|
|
| #include "chrome/browser/ui/search/instant_tab.h"
|
|
|
| -#include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/webui/ntp/ntp_user_data_logger.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|
| -InstantTab::InstantTab(InstantPage::Delegate* delegate,
|
| - Profile* profile)
|
| - : InstantPage(delegate, "", profile) {
|
| +InstantTab::InstantTab(InstantPage::Delegate* delegate)
|
| + : InstantPage(delegate) {
|
| }
|
|
|
| InstantTab::~InstantTab() {
|
|
|