| Index: content/browser/devtools/protocol/emulation_handler.h
|
| diff --git a/content/browser/devtools/protocol/emulation_handler.h b/content/browser/devtools/protocol/emulation_handler.h
|
| index a5aec635500fae712f37874d67afd8b539805a01..e61862e66a7492a3697a5ebef1cad6c6fc01eacd 100644
|
| --- a/content/browser/devtools/protocol/emulation_handler.h
|
| +++ b/content/browser/devtools/protocol/emulation_handler.h
|
| @@ -52,7 +52,7 @@ class EmulationHandler {
|
| const int* screen_height,
|
| const int* position_x,
|
| const int* position_y,
|
| - const scoped_ptr<base::DictionaryValue>& screen_orientation);
|
| + const std::unique_ptr<base::DictionaryValue>& screen_orientation);
|
| Response ClearDeviceMetricsOverride();
|
|
|
| private:
|
|
|