| Index: chrome/browser/modal_html_dialog_delegate.h
|
| diff --git a/chrome/browser/modal_html_dialog_delegate.h b/chrome/browser/modal_html_dialog_delegate.h
|
| index 02116a1ec86d5dd98282a5d73630777d72dc0f33..822d337ea05b57f5dd6320a229da7426af7aa3ab 100644
|
| --- a/chrome/browser/modal_html_dialog_delegate.h
|
| +++ b/chrome/browser/modal_html_dialog_delegate.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 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,7 +8,7 @@
|
|
|
| #include <vector>
|
|
|
| -#include "chrome/browser/dom_ui/html_dialog_ui.h"
|
| +#include "chrome/browser/webui/html_dialog_ui.h"
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
|
|
|
|