Index: content/browser/devtools/devtools_http_handler_unittest.cc |
diff --git a/content/browser/devtools/devtools_http_handler_unittest.cc b/content/browser/devtools/devtools_http_handler_unittest.cc |
index f3179f0f140c23002690d03e67e5a844629e2927..cc751f0397907900a751968942b83d5d60295128 100644 |
--- a/content/browser/devtools/devtools_http_handler_unittest.cc |
+++ b/content/browser/devtools/devtools_http_handler_unittest.cc |
@@ -65,7 +65,7 @@ class DummyDelegate : public DevToolsHttpHandlerDelegate { |
virtual std::string GetPageThumbnailData(const GURL& url) OVERRIDE { |
return std::string(); |
} |
- virtual scoped_ptr<DevToolsTarget> CreateNewTarget(const GURL& url) OVERRIDE { |
+ virtual scoped_ptr<DevToolsTarget> CreateNewTarget() OVERRIDE { |
return scoped_ptr<DevToolsTarget>(); |
} |
virtual void EnumerateTargets(TargetCallback callback) OVERRIDE { |