| Index: chrome/browser/ui/views/keyboard_overlay_delegate.cc
|
| diff --git a/chrome/browser/ui/views/keyboard_overlay_delegate.cc b/chrome/browser/ui/views/keyboard_overlay_delegate.cc
|
| index 88ec7b1f6af6e4256f024b174539d3fbfc0d1d6e..2b2fef32bc904e67a43a1698bd76f432a89bada9 100644
|
| --- a/chrome/browser/ui/views/keyboard_overlay_delegate.cc
|
| +++ b/chrome/browser/ui/views/keyboard_overlay_delegate.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.
|
|
|
| @@ -8,9 +8,9 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/browser_list.h"
|
| #include "chrome/browser/chromeos/frame/bubble_window.h"
|
| -#include "chrome/browser/dom_ui/html_dialog_ui.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/views/html_dialog_view.h"
|
| +#include "chrome/browser/webui/html_dialog_ui.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|