| Index: chrome/browser/ui/gtk/overflow_button.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/overflow_button.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/overflow_button.cc (working copy)
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/overflow_button.h"
|
| +#include "chrome/browser/ui/gtk/overflow_button.h"
|
|
|
| #include <gtk/gtk.h>
|
|
|
| #include "app/resource_bundle.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/gtk/gtk_theme_provider.h"
|
| +#include "chrome/browser/ui/gtk/gtk_theme_provider.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/notification_type.h"
|
| #include "grit/theme_resources.h"
|
|
|