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

Unified Diff: chrome/browser/gtk/info_bubble_gtk.cc

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 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/gtk/info_bubble_gtk.cc
diff --git a/chrome/browser/gtk/info_bubble_gtk.cc b/chrome/browser/gtk/info_bubble_gtk.cc
index b889628ce626ce40d52ec73f40ba83f277d0d19a..316355504ca762a43999bf74e83fd6991786f62d 100644
--- a/chrome/browser/gtk/info_bubble_gtk.cc
+++ b/chrome/browser/gtk/info_bubble_gtk.cc
@@ -249,8 +249,7 @@ void InfoBubbleGtk::MoveWindow() {
if (l10n_util::GetTextDirection() == l10n_util::RIGHT_TO_LEFT) {
screen_x = toplevel_x + rect_.x() + (rect_.width() / 2) -
window_->allocation.width + kArrowX;
- }
- else {
+ } else {
screen_x = toplevel_x + rect_.x() + (rect_.width() / 2) - kArrowX;
}

Powered by Google App Engine
This is Rietveld 408576698