| Index: chrome/browser/ui/gtk/gtk_floating_container.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/gtk_floating_container.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/gtk_floating_container.cc (working copy)
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/gtk_floating_container.h"
|
| +#include "chrome/browser/ui/gtk/gtk_floating_container.h"
|
|
|
| #include <gtk/gtk.h>
|
| +#include <gtk/gtkmarshal.h>
|
| #include <gtk/gtkprivate.h>
|
| -#include <gtk/gtkmarshal.h>
|
|
|
| #include <algorithm>
|
|
|
|
|