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

Unified Diff: chrome/browser/chromeos/login/touch_login_view.cc

Issue 7648051: Fixed a broken TOUCH_UI build. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/touch_login_view.cc
diff --git a/chrome/browser/chromeos/login/touch_login_view.cc b/chrome/browser/chromeos/login/touch_login_view.cc
index 97cc42778dd23f13d997f29b2e811ff8b61149a3..85e80579105fde597114e40a6d552da2b04a9253 100644
--- a/chrome/browser/chromeos/login/touch_login_view.cc
+++ b/chrome/browser/chromeos/login/touch_login_view.cc
@@ -57,7 +57,7 @@ void TouchLoginView::Init() {
InitVirtualKeyboard();
- Source<TabContents> tab_contents(webui_login_->tab_contents()));
+ Source<TabContents> tab_contents(webui_login_->tab_contents());
registrar_.Add(this,
content::NOTIFICATION_FOCUS_CHANGED_IN_PAGE,
tab_contents);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698