| Index: chrome/browser/browser_url_handler.cc
|
| diff --git a/chrome/browser/browser_url_handler.cc b/chrome/browser/browser_url_handler.cc
|
| index beb115670e580b798b6a953cf86b19745c4c61f7..4a6d1a666a5551b453b521725d7c373d0c916fa9 100644
|
| --- a/chrome/browser/browser_url_handler.cc
|
| +++ b/chrome/browser/browser_url_handler.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/string_util.h"
|
| #include "chrome/browser/browser_about_handler.h"
|
| -#include "chrome/browser/dom_ui/web_ui_factory.h"
|
| #include "chrome/browser/extensions/extension_web_ui.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/webui/web_ui_factory.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
|
|