| Index: chrome/browser/webui/bug_report_ui.cc
|
| diff --git a/chrome/browser/dom_ui/bug_report_ui.cc b/chrome/browser/webui/bug_report_ui.cc
|
| similarity index 99%
|
| rename from chrome/browser/dom_ui/bug_report_ui.cc
|
| rename to chrome/browser/webui/bug_report_ui.cc
|
| index 842387769b5c2c817bdbb62c1ed3bc3f9138cef9..5918e4cf916f20a91d7fc7af05db8d4da48d1574 100644
|
| --- a/chrome/browser/dom_ui/bug_report_ui.cc
|
| +++ b/chrome/browser/webui/bug_report_ui.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/dom_ui/bug_report_ui.h"
|
| +#include "chrome/browser/webui/bug_report_ui.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
|
|