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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/fake_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/fake_api_util_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc
index 9fb3fbcb6e817f81e4b6f5a82d746f26dcdf5544..e22c275b3ddb8b2296877aa3da1a54e3700cb125 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc
@@ -11,7 +11,7 @@
#include "base/message_loop/message_loop.h"
#include "google_apis/drive/gdata_errorcode.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/common/blob/scoped_file.h"
+#include "storage/common/blob/scoped_file.h"
namespace sync_file_system {
namespace drive_backend {
@@ -24,7 +24,7 @@ void DidDownloadFile(google_apis::GDataErrorCode* error_out,
const std::string& file_md5,
int64 file_size,
const base::Time& updated_time,
- webkit_blob::ScopedFile downloaded_file) {
+ storage::ScopedFile downloaded_file) {
*error_out = error;
*file_md5_out = file_md5;
}

Powered by Google App Engine
This is Rietveld 408576698