| 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 cd739e6c3ab500982d2bc65db82fb0e0e4778027..935e1d4f2feb0978dac5ab0085af60ffc775c342 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();
|
|
|