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

Unified Diff: chrome/browser/ui/cocoa/infobars/translate_infobar_base.h

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/infobars/translate_infobar_base.h
diff --git a/chrome/browser/ui/cocoa/infobars/translate_infobar_base.h b/chrome/browser/ui/cocoa/infobars/translate_infobar_base.h
index d975f6671541b97ffd2604534f04cac9bb43155d..ff0de35eeb4af7a4ceb638b5ec2fd25dbc28f331 100644
--- a/chrome/browser/ui/cocoa/infobars/translate_infobar_base.h
+++ b/chrome/browser/ui/cocoa/infobars/translate_infobar_base.h
@@ -42,12 +42,12 @@
// Space between controls in pixels - read from the NIB.
CGFloat spaceBetweenControls_;
- scoped_ptr<OptionsMenuModel> optionsMenuModel_;
+ scoped_ptr<translate::OptionsMenuModel> optionsMenuModel_;
}
// Returns the delegate as a TranslateInfoBarDelegate. The return
// value can be NULL if the infobar is closing.
-- (TranslateInfoBarDelegate*)delegate;
+- (translate::TranslateInfoBarDelegate*)delegate;
// Called when the "Show Original" button is pressed.
- (IBAction)showOriginal:(id)sender;

Powered by Google App Engine
This is Rietveld 408576698