summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc')
-rw-r--r--extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc b/extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc
index 7fbc871..bf924e7 100644
--- a/extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc
+++ b/extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "base/memory/scoped_ptr.h"
#include "base/values.h"
#include "extensions/browser/api/api_resource_manager.h"
#include "extensions/browser/api/socket/socket.h"
@@ -14,7 +15,7 @@
namespace extensions {
namespace core_api {
-static KeyedService* ApiResourceManagerTestFactory(
+static scoped_ptr<KeyedService> ApiResourceManagerTestFactory(
content::BrowserContext* context) {
content::BrowserThread::ID id;
CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));