| Index: chrome/browser/ui/views/page_info_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/page_info_bubble_view.h b/chrome/browser/ui/views/page_info_bubble_view.h
|
| index f0df41ff0f887d66e104143f4b3ad9e8d90d9ba5..ee8ebd82bc0a84f9e82f3a465261aa4dfb11dda9 100644
|
| --- a/chrome/browser/ui/views/page_info_bubble_view.h
|
| +++ b/chrome/browser/ui/views/page_info_bubble_view.h
|
| @@ -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.
|
|
|
| @@ -9,7 +9,7 @@
|
| #include "app/animation_delegate.h"
|
| #include "app/slide_animation.h"
|
| #include "chrome/browser/page_info_model.h"
|
| -#include "chrome/browser/views/info_bubble.h"
|
| +#include "chrome/browser/ui/views/info_bubble.h"
|
| #include "views/controls/link.h"
|
| #include "views/view.h"
|
|
|
|
|