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

Unified Diff: chrome/browser/ui/cocoa/translate/translate_bubble_controller.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.mm
diff --git a/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm b/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm
index c7bfa5cff63a420039ae211ddd30c0e3341d751b..28c17dd11eb440b1fbdf810eb2c911dc7f0ba9bd 100644
--- a/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm
+++ b/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm
@@ -183,7 +183,7 @@ const CGFloat kContentWidth = kWindowWidth - 2 * kFramePadding;
[self performLayout];
}
-- (void)switchToErrorView:(TranslateErrors::Type)errorType {
+- (void)switchToErrorView:(translate::TranslateErrors::Type)errorType {
// FIXME: Implement this.
}

Powered by Google App Engine
This is Rietveld 408576698