| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/chrome/browser/infobars/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| similarity index 94%
|
| rename from chrome/browser/infobars/infobar_delegate.cc
|
| rename to components/infobars/core/infobar_delegate.cc
|
| index b4576d25012686c535641ec5c1a420651cb9c8e2..40b064730fb534a77360b846db1497e703a5a5ed 100644
|
| --- a/chrome/browser/infobars/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/infobars/infobar_delegate.h"
|
| +#include "components/infobars/core/infobar_delegate.h"
|
|
|
| #include "base/logging.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/browser/infobars/infobar.h"
|
| -#include "chrome/browser/infobars/infobar_manager.h"
|
| +#include "components/infobars/core/infobar.h"
|
| +#include "components/infobars/core/infobar_manager.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| const int InfoBarDelegate::kNoIconID = 0;
|
|
|