| Index: chrome/browser/views/bookmark_manager_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_manager_view.cc (revision 42303)
|
| +++ chrome/browser/views/bookmark_manager_view.cc (working copy)
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "app/gfx/canvas.h"
|
| #include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/keyboard_codes.h"
|
| @@ -29,6 +28,7 @@
|
| #include "chrome/browser/views/bookmark_folder_tree_view.h"
|
| #include "chrome/browser/views/bookmark_table_view.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "gfx/canvas.h"
|
| #include "gfx/color_utils.h"
|
| #include "gfx/skia_util.h"
|
| #include "grit/generated_resources.h"
|
|
|