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

Unified Diff: components/infobars/core/infobar.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.cc
diff --git a/chrome/browser/infobars/infobar.cc b/components/infobars/core/infobar.cc
similarity index 97%
rename from chrome/browser/infobars/infobar.cc
rename to components/infobars/core/infobar.cc
index 15f04c8be5e3438afc11e7c472d3280381b10b6b..6e57fc91eda7c947ee9d37ecb6c7432f3a3b08ab 100644
--- a/chrome/browser/infobars/infobar.cc
+++ b/components/infobars/core/infobar.cc
@@ -2,14 +2,14 @@
// 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.h"
+#include "components/infobars/core/infobar.h"
#include <cmath>
#include "base/logging.h"
#include "build/build_config.h"
-#include "chrome/browser/infobars/infobar_container.h"
-#include "chrome/browser/infobars/infobar_manager.h"
+#include "components/infobars/core/infobar_container.h"
+#include "components/infobars/core/infobar_manager.h"
#include "ui/gfx/animation/slide_animation.h"
InfoBar::InfoBar(scoped_ptr<InfoBarDelegate> delegate)

Powered by Google App Engine
This is Rietveld 408576698