| Index: chrome/browser/webui/bug_report_ui.h
|
| diff --git a/chrome/browser/dom_ui/bug_report_ui.h b/chrome/browser/webui/bug_report_ui.h
|
| similarity index 80%
|
| rename from chrome/browser/dom_ui/bug_report_ui.h
|
| rename to chrome/browser/webui/bug_report_ui.h
|
| index 83835aa4281dc2baae60c94829df3b324ce640d3..0f3b2a98746b6183f6e604ab3785388bac559b57 100644
|
| --- a/chrome/browser/dom_ui/bug_report_ui.h
|
| +++ b/chrome/browser/webui/bug_report_ui.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_BUG_REPORT_UI_H_
|
| -#define CHROME_BROWSER_DOM_UI_BUG_REPORT_UI_H_
|
| +#ifndef CHROME_BROWSER_WEBUI_BUG_REPORT_UI_H_
|
| +#define CHROME_BROWSER_WEBUI_BUG_REPORT_UI_H_
|
|
|
| #include "chrome/browser/dom_ui/html_dialog_ui.h"
|
| #include "chrome/browser/ui/views/window.h"
|
| @@ -28,4 +28,4 @@ class BugReportUI : public HtmlDialogUI {
|
| DISALLOW_COPY_AND_ASSIGN(BugReportUI);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_DOM_UI_BUG_REPORT_UI_H_
|
| +#endif // CHROME_BROWSER_WEBUI_BUG_REPORT_UI_H_
|
|
|