| Index: chrome/browser/ui/views/bookmark_bar_view_test.cc
|
| diff --git a/chrome/browser/ui/views/bookmark_bar_view_test.cc b/chrome/browser/ui/views/bookmark_bar_view_test.cc
|
| index 67d243681537359e0d26842a12279d6e4186b986..bc1253c87f9489a7423ca1c0b3eaf8cd17597c9a 100644
|
| --- a/chrome/browser/ui/views/bookmark_bar_view_test.cc
|
| +++ b/chrome/browser/ui/views/bookmark_bar_view_test.cc
|
| @@ -1,4 +1,4 @@
|
| -// 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.
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/tab_contents/page_navigator.h"
|
| -#include "chrome/browser/views/bookmark_bar_view.h"
|
| +#include "chrome/browser/ui/views/bookmark_bar_view.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/testing_profile.h"
|
|
|