| Index: content/browser/devtools/protocol/page_handler.h
|
| diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
|
| index fe01ece07941b0eee5a3b3b5413ec403d28d34ab..0f6f12f322ac8f54c94ff13b47fb6c71e60b71cd 100644
|
| --- a/content/browser/devtools/protocol/page_handler.h
|
| +++ b/content/browser/devtools/protocol/page_handler.h
|
| @@ -48,7 +48,7 @@ class PageHandler {
|
| Response Navigate(const std::string& url, FrameId* frame_id);
|
|
|
| Response GetNavigationHistory(int* current_index,
|
| - std::vector<NavigationEntry>* entries);
|
| + ListBuilder<NavigationEntry>* entries);
|
|
|
| Response NavigateToHistoryEntry(int entry_id);
|
|
|
|
|