| Index: chrome/browser/download/download_uitest.cc
|
| diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc
|
| index 22fef7ac6b1b5aa4359a814257ac7bf0b5468bfb..f48bb98ed27879d8535ca47ab1747ca615188af7 100644
|
| --- a/chrome/browser/download/download_uitest.cc
|
| +++ b/chrome/browser/download/download_uitest.cc
|
| @@ -57,7 +57,7 @@ class DownloadTest : public UITest {
|
| DownloadTest() : UITest() {}
|
|
|
| void CheckDownload(const FilePath& client_filename,
|
| - const FilePath& server_filename) {
|
| + const FilePath& server_filename) {
|
| // Find the path on the client.
|
| FilePath file_on_client = download_prefix_.Append(client_filename);
|
|
|
|
|