| Index: chrome/test/ppapi/ppapi_filechooser_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_filechooser_browsertest.cc b/chrome/test/ppapi/ppapi_filechooser_browsertest.cc
|
| index b1a7ea2e1003d830013a7cb7f45c8994dd13f214..82680e4734ed392a0a00a494422c345492eee189 100644
|
| --- a/chrome/test/ppapi/ppapi_filechooser_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_filechooser_browsertest.cc
|
| @@ -131,7 +131,7 @@ class FakeDatabaseManager
|
| bool MatchDownloadWhitelistUrl(const GURL& url) override {
|
| // This matches the behavior in RunTestViaHTTP().
|
| return url.SchemeIsHTTPOrHTTPS() && url.has_path() &&
|
| - url.path().find("/files/test_case.html") == 0;
|
| + url.path().find("/test_case.html") == 0;
|
| }
|
|
|
| protected:
|
|
|