| Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| index 911775e6d88818344476a6b87eaace05daae5bd9..03cc1ba37d6a51236e176891e6702d931e16ca3c 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.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.
|
|
|
| @@ -38,8 +38,8 @@
|
| #include "third_party/undoview/undo_view.h"
|
|
|
| #if defined(TOOLKIT_VIEWS)
|
| -#include "chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h"
|
| -#include "chrome/browser/views/location_bar/location_bar_view.h"
|
| +#include "chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h"
|
| +#include "chrome/browser/ui/views/location_bar/location_bar_view.h"
|
| #else
|
| #include "chrome/browser/autocomplete/autocomplete_popup_view_gtk.h"
|
| #include "chrome/browser/gtk/gtk_theme_provider.h"
|
|
|