| Index: content/test/content_browser_test_utils_internal.cc
|
| diff --git a/content/test/content_browser_test_utils_internal.cc b/content/test/content_browser_test_utils_internal.cc
|
| index 20c425dc074cdd31d172d12a1c3ca8ddab489364..f603e8b235e44404cd0a5cf75b39d2e66f8e1502 100644
|
| --- a/content/test/content_browser_test_utils_internal.cc
|
| +++ b/content/test/content_browser_test_utils_internal.cc
|
| @@ -32,15 +32,15 @@
|
| #include "content/public/common/file_chooser_file_info.h"
|
| #include "content/public/test/browser_test_utils.h"
|
| #include "content/public/test/content_browser_test_utils.h"
|
| +#include "content/public/test/test_frame_navigation_observer.h"
|
| #include "content/shell/browser/shell.h"
|
| #include "content/shell/browser/shell_javascript_dialog_manager.h"
|
| -#include "content/test/test_frame_navigation_observer.h"
|
| #include "net/url_request/url_request.h"
|
|
|
| namespace content {
|
|
|
| void NavigateFrameToURL(FrameTreeNode* node, const GURL& url) {
|
| - TestFrameNavigationObserver observer(node);
|
| + TestFrameNavigationObserver observer(node->current_frame_host());
|
| NavigationController::LoadURLParams params(url);
|
| params.transition_type = ui::PAGE_TRANSITION_LINK;
|
| params.frame_tree_node_id = node->frame_tree_node_id();
|
|
|