| Index: chrome/browser/infobars/insecure_content_infobar_delegate.cc
|
| diff --git a/chrome/browser/tab_contents/insecure_content_infobar_delegate.cc b/chrome/browser/infobars/insecure_content_infobar_delegate.cc
|
| similarity index 96%
|
| rename from chrome/browser/tab_contents/insecure_content_infobar_delegate.cc
|
| rename to chrome/browser/infobars/insecure_content_infobar_delegate.cc
|
| index 8f824743b89eda1eb279ecdccff23cbc74a4bc4d..20bb41edab47f89039e8bc811fc21b6daaaa6e76 100644
|
| --- a/chrome/browser/tab_contents/insecure_content_infobar_delegate.cc
|
| +++ b/chrome/browser/infobars/insecure_content_infobar_delegate.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/tab_contents/insecure_content_infobar_delegate.h"
|
| +#include "chrome/browser/infobars/insecure_content_infobar_delegate.h"
|
|
|
| #include "base/metrics/histogram.h"
|
| +#include "chrome/browser/api/infobars/infobar_tab_helper.h"
|
| #include "chrome/browser/google/google_util.h"
|
| -#include "chrome/browser/infobars/infobar_tab_helper.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/common/page_transition_types.h"
|
|
|