| Index: chrome/browser/webui/web_ui.cc
|
| diff --git a/chrome/browser/dom_ui/web_ui.cc b/chrome/browser/webui/web_ui.cc
|
| similarity index 99%
|
| rename from chrome/browser/dom_ui/web_ui.cc
|
| rename to chrome/browser/webui/web_ui.cc
|
| index ba11fbffeb63480579495c330670a8c019e97c04..531f9724814ff43ddb47327e6f6c5329349c1914 100644
|
| --- a/chrome/browser/dom_ui/web_ui.cc
|
| +++ b/chrome/browser/webui/web_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/web_ui.h"
|
| +#include "chrome/browser/webui/web_ui.h"
|
|
|
| #include "base/i18n/rtl.h"
|
| #include "base/json/json_writer.h"
|
|
|