Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2787)

Unified Diff: chrome/browser/ui/cocoa/translate/translate_bubble_controller_unittest.mm

Issue 378253002: Fix translate namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing android build errors Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/translate/translate_bubble_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/translate/translate_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/translate/translate_bubble_controller_unittest.mm
index 0348e8cb597128a99cbb16f2da6a77f3442d3778..ccc1d5dc3f129b48b7cf00422687be91dc0884f5 100644
--- a/chrome/browser/ui/cocoa/translate/translate_bubble_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/translate/translate_bubble_controller_unittest.mm
@@ -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];

Powered by Google App Engine
This is Rietveld 408576698