Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebServiceWorkerNetworkProvider.h
index a48be05..c1451a2 100644 (file)
@@ -44,7 +44,7 @@ public:
     // A request is about to be sent out, and the client may modify it. Request
     // is writable, and changes to the URL, for example, will change the request
     // made.
-    virtual void willSendRequest(blink::WebDataSource*, blink::WebURLRequest&) { }
+    virtual void willSendRequest(WebDataSource*, WebURLRequest&) { }
 };
 
 } // namespace blink