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

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

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix components/OWNERS 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_manager.cc
diff --git a/chrome/browser/infobars/infobar_manager.cc b/components/infobars/core/infobar_manager.cc
similarity index 96%
rename from chrome/browser/infobars/infobar_manager.cc
rename to components/infobars/core/infobar_manager.cc
index ce2cb6c2160f14e7687864e087e64fe98e63f26a..02d3d7af0d509c7812cf06f1567a073f35649e27 100644
--- a/chrome/browser/infobars/infobar_manager.cc
+++ b/components/infobars/core/infobar_manager.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/infobars/infobar_manager.h"
+#include "components/infobars/core/infobar_manager.h"
#include "base/command_line.h"
-#include "chrome/browser/infobars/infobar.h"
-#include "chrome/common/chrome_switches.h"
+#include "components/infobars/core/infobar.h"
+#include "components/infobars/core/infobars_switches.h"
InfoBar* InfoBarManager::AddInfoBar(scoped_ptr<InfoBar> infobar) {
DCHECK(infobar);

Powered by Google App Engine
This is Rietveld 408576698