Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / dial / dial_api.cc
index bcc1124..9d7714e 100644 (file)
@@ -35,7 +35,8 @@ namespace extensions {
 namespace dial = api::dial;
 
 DialAPI::DialAPI(Profile* profile)
-    : RefcountedBrowserContextKeyedService(BrowserThread::IO),
+    : RefcountedKeyedService(
+          BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)),
       profile_(profile) {
   EventRouter::Get(profile)
       ->RegisterObserver(this, dial::OnDeviceList::kEventName);