| Index: components/infobars/core/infobar_container.cc
|
| diff --git a/chrome/browser/infobars/infobar_container.cc b/components/infobars/core/infobar_container.cc
|
| similarity index 97%
|
| rename from chrome/browser/infobars/infobar_container.cc
|
| rename to components/infobars/core/infobar_container.cc
|
| index b9526effabea18b76790928efb0bc9492afa750e..df31408c7b94fcd1a1ab33ebaa4045c2bfdba5a2 100644
|
| --- a/chrome/browser/infobars/infobar_container.cc
|
| +++ b/components/infobars/core/infobar_container.cc
|
| @@ -2,15 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "build/build_config.h"
|
| -
|
| -#include "chrome/browser/infobars/infobar_container.h"
|
| +#include "components/infobars/core/infobar_container.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "base/logging.h"
|
| -#include "chrome/browser/infobars/infobar.h"
|
| -#include "chrome/browser/infobars/infobar_delegate.h"
|
| +#include "build/build_config.h"
|
| +#include "components/infobars/core/infobar.h"
|
| +#include "components/infobars/core/infobar_delegate.h"
|
| #include "ui/gfx/animation/slide_animation.h"
|
|
|
| InfoBarContainer::Delegate::~Delegate() {
|
|
|