| Index: chrome/browser/ui/webui/generic_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/generic_handler.cc (revision 123752)
|
| +++ chrome/browser/ui/webui/generic_handler.cc (working copy)
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/webui/generic_handler.h"
|
| +#include "chrome/browser/ui/webui/generic_handler.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/logging.h"
|
| #include "base/values.h"
|
| -#include "content/browser/disposition_utils.h"
|
| -#include "content/browser/webui/web_ui_impl.h"
|
| +#include "chrome/browser/disposition_utils.h"
|
| +#include "content/public/browser//web_ui.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|
| using content::OpenURLParams;
|
|
|