| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| index 1e0159b06df4a9e4221c2eb5f47b45e61f8f1a7a..696f73300695e3101c9dda608df225aa8f9e00b1 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| @@ -1,11 +1,11 @@
|
| -// 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/location_bar/icon_label_bubble_view.h"
|
| +#include "chrome/browser/ui/views/location_bar/icon_label_bubble_view.h"
|
|
|
| #include "app/resource_bundle.h"
|
| -#include "chrome/browser/views/location_bar/location_bar_view.h"
|
| +#include "chrome/browser/ui/views/location_bar/location_bar_view.h"
|
| #include "gfx/canvas.h"
|
| #include "views/controls/image_view.h"
|
| #include "views/controls/label.h"
|
|
|