| Index: chrome/browser/ui/views/bookmark_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmark_bubble_view.cc
|
| index fdb47df8437d185cd5f020d53787e01914e3a72b..54b2a7716bd4a440bca4f5c2333b4d135f0f2334 100644
|
| --- a/chrome/browser/ui/views/bookmark_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/bookmark_bubble_view.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/views/bookmark_bubble_view.h"
|
| +#include "chrome/browser/ui/views/bookmark_bubble_view.h"
|
|
|
| #include "app/keyboard_codes.h"
|
| #include "app/l10n_util.h"
|
| @@ -16,7 +16,7 @@
|
| #include "chrome/browser/bookmarks/bookmark_utils.h"
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/views/info_bubble.h"
|
| +#include "chrome/browser/ui/views/info_bubble.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "gfx/canvas.h"
|
| #include "gfx/color_utils.h"
|
|
|