Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / infobars / infobar_gradient_view.h
index f78ec6a..4621f4f 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_GRADIENT_VIEW_H_
 #define CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_GRADIENT_VIEW_H_
 
-#include "chrome/browser/infobars/infobar_delegate.h"
 #import "chrome/browser/ui/cocoa/vertical_gradient_view.h"
+#include "components/infobars/core/infobar_delegate.h"
 
 #import <Cocoa/Cocoa.h>
 
@@ -25,7 +25,7 @@
 @property(assign, nonatomic) BOOL hasTip;
 
 // Sets the infobar type. This will change the view's gradient.
-- (void)setInfobarType:(InfoBarDelegate::Type)infobarType;
+- (void)setInfobarType:(infobars::InfoBarDelegate::Type)infobarType;
 
 @end