Chromium Code Reviews

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

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.
Jump to:
View side-by-side diff with in-line comments
Index: components/infobars/core/infobar_manager.h
diff --git a/chrome/browser/infobars/infobar_manager.h b/components/infobars/core/infobar_manager.h
similarity index 95%
rename from chrome/browser/infobars/infobar_manager.h
rename to components/infobars/core/infobar_manager.h
index f11768c59ae361ba20f6d35b56c36811097715bf..fca28d7b146e117c60bc1e95c17cef44d117f38e 100644
--- a/chrome/browser/infobars/infobar_manager.h
+++ b/components/infobars/core/infobar_manager.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_INFOBARS_INFOBAR_MANAGER_H_
-#define CHROME_BROWSER_INFOBARS_INFOBAR_MANAGER_H_
+#ifndef COMPONENTS_INFOBARS_CORE_INFOBAR_MANAGER_H_
+#define COMPONENTS_INFOBARS_CORE_INFOBAR_MANAGER_H_
#include <vector>
#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
-#include "chrome/browser/infobars/infobar_delegate.h"
+#include "components/infobars/core/infobar_delegate.h"
namespace content {
class WebContents;
@@ -117,4 +117,4 @@ class InfoBarManager {
DISALLOW_COPY_AND_ASSIGN(InfoBarManager);
};
-#endif // CHROME_BROWSER_INFOBARS_INFOBAR_MANAGER_H_
+#endif // COMPONENTS_INFOBARS_CORE_INFOBAR_MANAGER_H_

Powered by Google App Engine