commit | a70a91e833cab719f5b174b01a2968e7676a16f8 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Aug 04 11:49:20 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Aug 04 11:49:20 2014 |
tree | 481446fcfaf9d3802e8c99b66ede3a73b691f403 | |
parent | 480c6676fb4dea61d6c896dff3ddca8fe4b869ed [diff] [blame] |
Drop prefixes from test data resource IDs These prefixes were only available in IDs aquired with the old API. BUG=None TEST=git cl try Review URL: https://codereview.chromium.org/439713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287322 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/chromeos/drive/file_cache_unittest.cc b/chrome/browser/chromeos/drive/file_cache_unittest.cc index 8fcd6cad..03a0c3b6 100644 --- a/chrome/browser/chromeos/drive/file_cache_unittest.cc +++ b/chrome/browser/chromeos/drive/file_cache_unittest.cc
@@ -537,7 +537,7 @@ } TEST_F(FileCacheTest, ClearAll) { - const std::string id("pdf:1a2b"); + const std::string id("1a2b"); const std::string md5("abcdef0123456789"); // Store an existing file.