| Index: chrome/browser/ui/webui/inspect_ui.h
|
| diff --git a/chrome/browser/ui/webui/inspect_ui.h b/chrome/browser/ui/webui/inspect_ui.h
|
| index a9eee033696d2dcd0e1df29be8c589f8258075cc..85cbcda2ad690ffa9970cbfd316bd621a6e83547 100644
|
| --- a/chrome/browser/ui/webui/inspect_ui.h
|
| +++ b/chrome/browser/ui/webui/inspect_ui.h
|
| @@ -85,7 +85,7 @@ class InspectUI : public content::WebUIController,
|
| const std::string& target_id);
|
|
|
| void PopulateTargets(const std::string& source_id,
|
| - scoped_ptr<base::ListValue> targets);
|
| + const base::ListValue& targets);
|
|
|
| void PopulatePortStatus(const base::Value& status);
|
|
|
|
|