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_ |