| Index: content/browser/devtools/page_navigation_throttle.cc
|
| diff --git a/content/browser/devtools/page_navigation_throttle.cc b/content/browser/devtools/page_navigation_throttle.cc
|
| index 3b1e9e5f3adc3f3b54c310a5d5e1a88b9870ee49..5f9e58ed5fb922df0697f79ae1ae426b7bd32bb3 100644
|
| --- a/content/browser/devtools/page_navigation_throttle.cc
|
| +++ b/content/browser/devtools/page_navigation_throttle.cc
|
| @@ -11,10 +11,9 @@
|
| #include "content/public/browser/web_contents.h"
|
|
|
| namespace content {
|
| -namespace devtools {
|
|
|
| PageNavigationThrottle::PageNavigationThrottle(
|
| - base::WeakPtr<page::PageHandler> page_handler,
|
| + base::WeakPtr<protocol::PageHandler> page_handler,
|
| int navigation_id,
|
| content::NavigationHandle* navigation_handle)
|
| : content::NavigationThrottle(navigation_handle),
|
| @@ -75,5 +74,4 @@ void PageNavigationThrottle::CancelDeferredNavigation(
|
| // the line above.
|
| }
|
|
|
| -} // namespace devtools
|
| } // namespace content
|
|
|