| Index: chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc b/chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc
|
| index a3c49bb4eb10ad25df1c57186f6bae1b35518388..15f87400708cb838144d94af0a9a049499e0533c 100644
|
| --- a/chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc
|
| @@ -10,11 +10,11 @@
|
| #include "chrome/browser/sync_file_system/local/canned_syncable_file_system.h"
|
| #include "chrome/browser/sync_file_system/local/local_file_sync_context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webkit/browser/fileapi/external_mount_points.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
| +#include "storage/browser/fileapi/external_mount_points.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
|
|
| -using fileapi::ExternalMountPoints;
|
| -using fileapi::FileSystemURL;
|
| +using storage::ExternalMountPoints;
|
| +using storage::FileSystemURL;
|
|
|
| namespace sync_file_system {
|
|
|
|
|