| Index: chrome/browser/ui/webui/history2_ui.cc
|
| diff --git a/chrome/browser/ui/webui/history2_ui.cc b/chrome/browser/ui/webui/history2_ui.cc
|
| index a426c0531eca8752938f425e7d77eb32c7c333e1..2e83bcf37127892479d2ee088404e411fdd6d000 100644
|
| --- a/chrome/browser/ui/webui/history2_ui.cc
|
| +++ b/chrome/browser/ui/webui/history2_ui.cc
|
| @@ -33,8 +33,8 @@
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/tab_contents/tab_contents_delegate.h"
|
| #include "content/browser/user_metrics.h"
|
| -#include "content/common/notification_source.h"
|
| #include "content/common/notification_details.h"
|
| +#include "content/common/notification_source.h"
|
| #include "grit/browser_resources.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| @@ -388,7 +388,7 @@ HistoryUI2::HistoryUI2(TabContents* contents) : ChromeWebUI(contents) {
|
| // static
|
| const GURL HistoryUI2::GetHistoryURLWithSearchText(const string16& text) {
|
| return GURL(std::string(chrome::kChromeUIHistory2URL) + "#q=" +
|
| - EscapeQueryParamValue(UTF16ToUTF8(text), true));
|
| + net::EscapeQueryParamValue(UTF16ToUTF8(text), true));
|
| }
|
|
|
| // static
|
|
|