Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index f7e5c4a2e9d93608f1a3381eb6ee5342c7a802f2..7c0e284ed464076bb8bf71b755768938f119c001 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -391,7 +391,7 @@ public: |
WebLocalFrame*, unsigned identifier, const WebURLResponse&) { } |
virtual void didChangeResourcePriority( |
- WebLocalFrame* webFrame, unsigned identifier, const blink::WebURLRequest::Priority& priority, int) { } |
+ WebLocalFrame* webFrame, unsigned identifier, const WebURLRequest::Priority& priority, int) { } |
// The resource request given by identifier succeeded. |
virtual void didFinishResourceLoad( |