| Index: chrome/browser/ui/gtk/bookmark_bubble_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/bookmark_bubble_gtk.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/bookmark_bubble_gtk.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/bookmark_bubble_gtk.h"
|
| +#include "chrome/browser/ui/gtk/bookmark_bubble_gtk.h"
|
|
|
| #include <gtk/gtk.h>
|
|
|
| @@ -17,12 +17,12 @@
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| #include "chrome/browser/bookmarks/bookmark_utils.h"
|
| #include "chrome/browser/bookmarks/recently_used_folders_combo_model.h"
|
| -#include "chrome/browser/gtk/gtk_chrome_link_button.h"
|
| -#include "chrome/browser/gtk/gtk_theme_provider.h"
|
| -#include "chrome/browser/gtk/gtk_util.h"
|
| -#include "chrome/browser/gtk/info_bubble_gtk.h"
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/ui/gtk/gtk_chrome_link_button.h"
|
| +#include "chrome/browser/ui/gtk/gtk_theme_provider.h"
|
| +#include "chrome/browser/ui/gtk/gtk_util.h"
|
| +#include "chrome/browser/ui/gtk/info_bubble_gtk.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "grit/generated_resources.h"
|
|
|
|
|