Index: chrome/browser/ui/views/bookmark_bubble_view.cc |
=================================================================== |
--- chrome/browser/ui/views/bookmark_bubble_view.cc (revision 73642) |
+++ chrome/browser/ui/views/bookmark_bubble_view.cc (working copy) |
@@ -15,13 +15,13 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/views/info_bubble.h" |
#include "chrome/common/notification_service.h" |
-#include "gfx/canvas.h" |
-#include "gfx/color_utils.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |
#include "ui/base/keycodes/keyboard_codes.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/resource/resource_bundle.h" |
+#include "ui/gfx/canvas.h" |
+#include "ui/gfx/color_utils.h" |
#include "views/controls/button/native_button.h" |
#include "views/controls/textfield/textfield.h" |
#include "views/event.h" |