| Index: chrome/browser/ui/gtk/bookmark_tree_model.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/bookmark_tree_model.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/bookmark_tree_model.cc (working copy)
|
| @@ -2,15 +2,15 @@
|
| // 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_tree_model.h"
|
| +#include "chrome/browser/ui/gtk/bookmark_tree_model.h"
|
|
|
| #include <gtk/gtk.h>
|
|
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| -#include "chrome/browser/gtk/bookmark_utils_gtk.h"
|
| -#include "chrome/browser/gtk/gtk_theme_provider.h"
|
| +#include "chrome/browser/ui/gtk/bookmark_utils_gtk.h"
|
| +#include "chrome/browser/ui/gtk/gtk_theme_provider.h"
|
|
|
| namespace {
|
|
|
|
|