| Index: chrome/browser/ui/gtk/gtk_tree.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/gtk_tree.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/gtk_tree.cc (working copy)
|
| @@ -2,11 +2,11 @@
|
| // 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_tree.h"
|
| +#include "chrome/browser/ui/gtk/gtk_tree.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/gtk/gtk_theme_provider.h"
|
| +#include "chrome/browser/ui/gtk/gtk_theme_provider.h"
|
| #include "gfx/gtk_util.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/models/table_model.h"
|
|
|