| Index: chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc
 | 
| diff --git a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc
 | 
| index fd2204e49218ba2d4da2cdaa060dc360627244a9..75cc136c8bb68a841d2189c8060b96c89fb29b1d 100644
 | 
| --- a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc
 | 
| +++ b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc
 | 
| @@ -1,10 +1,10 @@
 | 
| -// 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/page_action_with_badge_view.h"
 | 
| +#include "chrome/browser/ui/views/location_bar/page_action_with_badge_view.h"
 | 
|  
 | 
| -#include "chrome/browser/views/location_bar/page_action_image_view.h"
 | 
| +#include "chrome/browser/ui/views/location_bar/page_action_image_view.h"
 | 
|  #include "chrome/common/extensions/extension.h"
 | 
|  
 | 
|  PageActionWithBadgeView::PageActionWithBadgeView(
 | 
| 
 |