Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Unified Diff: components/infobars/core/infobar_container.cc

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698