| Index: chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc (working copy)
|
| @@ -2,9 +2,10 @@
|
| // 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_chrome_shrinkable_hbox.h"
|
| +#include "chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.h"
|
|
|
| #include <gtk/gtk.h>
|
| +
|
| #include <algorithm>
|
|
|
| namespace {
|
|
|