| 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 39f66b8acb27e087520d66fdd92d7b820a2e50d0..f103a3d1edf33c3bb3bca84f58fa6f1f69a042ac 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
|
| @@ -9,9 +9,9 @@
|
| #include "base/message_loop/message_loop.h"
|
| #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 "storage/browser/fileapi/external_mount_points.h"
|
| #include "storage/common/fileapi/file_system_types.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webkit/browser/fileapi/external_mount_points.h"
|
|
|
| using storage::ExternalMountPoints;
|
| using storage::FileSystemURL;
|
|
|