| Index: google_apis/drive/test_util.cc
|
| diff --git a/google_apis/drive/test_util.cc b/google_apis/drive/test_util.cc
|
| index f74c794d35e55523effea680842de21aa4a0f38f..6a22ca0ff2bb0ba57575103cf1c4d05b60f1b4ff 100644
|
| --- a/google_apis/drive/test_util.cc
|
| +++ b/google_apis/drive/test_util.cc
|
| @@ -97,7 +97,7 @@
|
|
|
| std::string content_type = "text/plain";
|
| if (base::EndsWith(file_path.AsUTF8Unsafe(), ".json",
|
| - base::CompareCase::SENSITIVE))
|
| + true /* case sensitive */))
|
| content_type = "application/json";
|
|
|
| scoped_ptr<net::test_server::BasicHttpResponse> http_response(
|
|
|