| Index: chrome/browser/ui/views/keyboard_overlay_delegate.h
|
| diff --git a/chrome/browser/ui/views/keyboard_overlay_delegate.h b/chrome/browser/ui/views/keyboard_overlay_delegate.h
|
| index 962fae25fcb5d699a6217340d789d07ce407d131..c85b17bbc30e663d84896373b9d6d4edeb0ea6dc 100644
|
| --- a/chrome/browser/ui/views/keyboard_overlay_delegate.h
|
| +++ b/chrome/browser/ui/views/keyboard_overlay_delegate.h
|
| @@ -1,16 +1,16 @@
|
| -// 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.
|
|
|
| #ifndef CHROME_BROWSER_UI_VIEWS_KEYBOARD_OVERLAY_DELEGATE_H_
|
| #define CHROME_BROWSER_UI_VIEWS_KEYBOARD_OVERLAY_DELEGATE_H_
|
|
|
| -#include "chrome/browser/dom_ui/html_dialog_ui.h"
|
| +#include "chrome/browser/webui/html_dialog_ui.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| class KeyboardOverlayDelegate : public HtmlDialogUIDelegate {
|
| public:
|
| - KeyboardOverlayDelegate(const std::wstring& title);
|
| + explicit KeyboardOverlayDelegate(const std::wstring& title);
|
|
|
| // Shows the keyboard overlay dialog box.
|
| static void ShowDialog(gfx::NativeWindow owning_window);
|
|
|