Index: chrome/browser/sync_file_system/sync_file_system_service_unittest.cc |
diff --git a/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc b/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc |
index bf29b65bb0331d6b72c30a95437d4ea2f3960b5e..6a2047690d203c54b14800dbb5b91cc1f9e64efa 100644 |
--- a/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc |
+++ b/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc |
@@ -34,8 +34,8 @@ |
#include "webkit/browser/fileapi/file_system_context.h" |
using content::BrowserThread; |
-using fileapi::FileSystemURL; |
-using fileapi::FileSystemURLSet; |
+using storage::FileSystemURL; |
+using storage::FileSystemURLSet; |
using ::testing::AnyNumber; |
using ::testing::AtLeast; |
using ::testing::InSequence; |
@@ -91,7 +91,7 @@ class MockSyncEventObserver : public SyncEventObserver { |
SyncServiceState state, |
const std::string& description)); |
MOCK_METHOD4(OnFileSynced, |
- void(const fileapi::FileSystemURL& url, |
+ void(const storage::FileSystemURL& url, |
SyncFileStatus status, |
SyncAction action, |
SyncDirection direction)); |