| Index: content/child/blink_platform_unittest.cc
|
| diff --git a/content/child/blink_platform_unittest.cc b/content/child/blink_platform_unittest.cc
|
| index c045b302a53a3f9f93754de637ac0b5699267e75..8b5c7a77e532e203385c45d04b22c69794645a24 100644
|
| --- a/content/child/blink_platform_unittest.cc
|
| +++ b/content/child/blink_platform_unittest.cc
|
| @@ -24,7 +24,7 @@ class TestBlinkPlatformImpl : public BlinkPlatformImpl {
|
| }
|
|
|
| virtual webkit_glue::ResourceLoaderBridge* CreateResourceLoader(
|
| - const webkit_glue::ResourceLoaderBridge::RequestInfo&) OVERRIDE {
|
| + const RequestInfo&) OVERRIDE {
|
| return NULL;
|
| }
|
|
|
|
|