Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2443)

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
index e38b892a093e2926110668ac9536be75561cc022..4ee0b1f0e54707d4600fb8016e69bf5aab3ab6d6 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
@@ -210,7 +210,7 @@ void DidDownloadFile(Output* output,
const std::string& file_md5,
int64 file_size,
const base::Time& updated_time,
- webkit_blob::ScopedFile file) {
+ storage::ScopedFile file) {
ASSERT_TRUE(output);
ASSERT_TRUE(base::PathExists(file.path()));
output->error = error;

Powered by Google App Engine
This is Rietveld 408576698