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

Unified Diff: chrome/browser/ui/cocoa/infobars/translate_message_infobar_controller.mm

Issue 10206024: Move TranslateInfoBarUtilities to a common place so that other infobars may reuse these helpers (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: addressed avi's comments Created 8 years, 8 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
« no previous file with comments | « chrome/browser/ui/cocoa/infobars/translate_infobar_base.mm ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/infobars/translate_message_infobar_controller.mm
diff --git a/chrome/browser/ui/cocoa/infobars/translate_message_infobar_controller.mm b/chrome/browser/ui/cocoa/infobars/translate_message_infobar_controller.mm
index 04ffc5788f7c6c59fd968959de1b48b022740055..a18722554299229d61e3d004efdf44646c6bd8b5 100644
--- a/chrome/browser/ui/cocoa/infobars/translate_message_infobar_controller.mm
+++ b/chrome/browser/ui/cocoa/infobars/translate_message_infobar_controller.mm
@@ -5,8 +5,9 @@
#include "chrome/browser/ui/cocoa/infobars/translate_message_infobar_controller.h"
#include "base/sys_string_conversions.h"
+#import "chrome/browser/ui/cocoa/infobars/infobar_utilities.h"
-using TranslateInfoBarUtilities::MoveControl;
+using InfoBarUtilities::MoveControl;
@implementation TranslateMessageInfobarController
« no previous file with comments | « chrome/browser/ui/cocoa/infobars/translate_infobar_base.mm ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698