| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 1ffa5b19576e1eeb525c6799481b7796e84ae2a1..15bb5867ce2c5cfb1bc0cb5bfe293d4e9c9af888 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_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.
|
|
|
| @@ -16,7 +16,7 @@
|
| #include "chrome/browser/search_engines/template_url_model_observer.h"
|
| #include "chrome/browser/ui/omnibox/location_bar.h"
|
| #include "chrome/browser/ui/toolbar/toolbar_model.h"
|
| -#include "chrome/browser/views/extensions/extension_popup.h"
|
| +#include "chrome/browser/ui/views/extensions/extension_popup.h"
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "gfx/font.h"
|
|
|