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

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

Issue 3106031: New first run experience for Linux. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: typo Created 10 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 | « chrome/browser/gtk/gtk_floating_container.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/gtk_floating_container.cc
diff --git a/chrome/browser/gtk/gtk_floating_container.cc b/chrome/browser/gtk/gtk_floating_container.cc
index a8021e65d576d71bdb0b010686aa4037fdc2d861..100f15a9707e9cdb16b951c9c78ad6de4d5f3569 100644
--- a/chrome/browser/gtk/gtk_floating_container.cc
+++ b/chrome/browser/gtk/gtk_floating_container.cc
@@ -192,7 +192,7 @@ static void gtk_floating_container_forall(GtkContainer* container,
static void gtk_floating_container_size_request(GtkWidget* widget,
GtkRequisition* requisition) {
- GtkBin *bin = GTK_BIN(widget);
+ GtkBin* bin = GTK_BIN(widget);
if (bin && bin->child) {
gtk_widget_size_request(bin->child, requisition);
} else {
« no previous file with comments | « chrome/browser/gtk/gtk_floating_container.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698