| Index: chrome/browser/sync_file_system/fake_remote_change_processor.cc
|
| diff --git a/chrome/browser/sync_file_system/fake_remote_change_processor.cc b/chrome/browser/sync_file_system/fake_remote_change_processor.cc
|
| index 76586c3309cde6dcf22a68922bdf391f655e980b..82e83db1a7196637c463f2d94b40f3a067d451ef 100644
|
| --- a/chrome/browser/sync_file_system/fake_remote_change_processor.cc
|
| +++ b/chrome/browser/sync_file_system/fake_remote_change_processor.cc
|
| @@ -9,8 +9,8 @@
|
| #include "base/location.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
| -#include "webkit/fileapi/syncable/file_change.h"
|
| -#include "webkit/fileapi/syncable/sync_file_metadata.h"
|
| +#include "webkit/browser/fileapi/syncable/file_change.h"
|
| +#include "webkit/browser/fileapi/syncable/sync_file_metadata.h"
|
|
|
| namespace sync_file_system {
|
|
|
|
|