| Index: chrome/browser/webui/html_dialog_tab_contents_delegate.h
|
| diff --git a/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h b/chrome/browser/webui/html_dialog_tab_contents_delegate.h
|
| similarity index 92%
|
| rename from chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h
|
| rename to chrome/browser/webui/html_dialog_tab_contents_delegate.h
|
| index 4642fdd91cc0611762095bb562c5006963e84b97..5ed8795b454cd4378f8a755661db18263e52683f 100644
|
| --- a/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h
|
| +++ b/chrome/browser/webui/html_dialog_tab_contents_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_DOM_UI_HTML_DIALOG_TAB_CONTENTS_DELEGATE_H_
|
| -#define CHROME_BROWSER_DOM_UI_HTML_DIALOG_TAB_CONTENTS_DELEGATE_H_
|
| +#ifndef CHROME_BROWSER_WEBUI_HTML_DIALOG_TAB_CONTENTS_DELEGATE_H_
|
| +#define CHROME_BROWSER_WEBUI_HTML_DIALOG_TAB_CONTENTS_DELEGATE_H_
|
| #pragma once
|
|
|
| #include "chrome/browser/tab_contents/tab_contents_delegate.h"
|
| @@ -61,4 +61,4 @@ class HtmlDialogTabContentsDelegate : public TabContentsDelegate {
|
| Profile* profile_; // Weak pointer. Always an original profile.
|
| };
|
|
|
| -#endif // CHROME_BROWSER_DOM_UI_HTML_DIALOG_TAB_CONTENTS_DELEGATE_H_
|
| +#endif // CHROME_BROWSER_WEBUI_HTML_DIALOG_TAB_CONTENTS_DELEGATE_H_
|
|
|