Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / translate / translate_bubble_controller_unittest.mm
index 0348e8c..ccc1d5d 100644 (file)
@@ -53,7 +53,7 @@ TEST_F(TranslateBubbleControllerTest, ShowAndClose) {
 
   [bwc showTranslateBubbleForWebContents:webContents
                                     step:step
-                               errorType:TranslateErrors::NONE];
+                               errorType:translate::TranslateErrors::NONE];
   bubble = [bwc translateBubbleController];
   EXPECT_TRUE(bubble);
   InfoBubbleWindow* window = (InfoBubbleWindow*)[bubble window];