Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / translate / translate_bubble_controller.h
index 4c5ef61..121455e 100644 (file)
@@ -64,6 +64,6 @@ class WebContents;
                      model:(scoped_ptr<TranslateBubbleModel>)model
                webContents:(content::WebContents*)webContents;
 - (void)switchView:(TranslateBubbleModel::ViewState)viewState;
-- (void)switchToErrorView:(TranslateErrors::Type)errorType;
+- (void)switchToErrorView:(translate::TranslateErrors::Type)errorType;
 
 @end