| Index: content/browser/plugin_browsertest.cc
 | 
| diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
 | 
| index 12969f5186ce77bca1691e03c897dd1d26aa9d25..68ff04d8b5e74f4f4241c774729c922a05a398a8 100644
 | 
| --- a/content/browser/plugin_browsertest.cc
 | 
| +++ b/content/browser/plugin_browsertest.cc
 | 
| @@ -528,7 +528,7 @@ class TestResourceDispatcherHostDelegate
 | 
|      // The URL below comes from plugin_geturl_test.cc.
 | 
|      if (!base::EndsWith(request->url().spec(),
 | 
|                          "npapi/plugin_ref_target_page.html",
 | 
| -                        true)) {
 | 
| +                        base::CompareCase::SENSITIVE)) {
 | 
|        return;
 | 
|      }
 | 
|      net::HttpRequestHeaders headers;
 | 
| 
 |