| Index: chrome/browser/ui/gtk/reload_button_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/reload_button_gtk.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/reload_button_gtk.cc (working copy)
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/reload_button_gtk.h"
|
| +#include "chrome/browser/ui/gtk/reload_button_gtk.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "app/l10n_util.h"
|
| #include "base/logging.h"
|
| #include "chrome/app/chrome_command_ids.h"
|
| -#include "chrome/browser/gtk/gtk_chrome_button.h"
|
| -#include "chrome/browser/gtk/gtk_theme_provider.h"
|
| -#include "chrome/browser/gtk/gtk_util.h"
|
| -#include "chrome/browser/gtk/location_bar_view_gtk.h"
|
| #include "chrome/browser/ui/browser.h"
|
| +#include "chrome/browser/ui/gtk/gtk_chrome_button.h"
|
| +#include "chrome/browser/ui/gtk/gtk_theme_provider.h"
|
| +#include "chrome/browser/ui/gtk/gtk_util.h"
|
| +#include "chrome/browser/ui/gtk/location_bar_view_gtk.h"
|
| #include "chrome/common/notification_source.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
|
|