| Index: chrome/browser/sync_file_system/mock_local_change_processor.cc
|
| diff --git a/chrome/browser/sync_file_system/mock_local_change_processor.cc b/chrome/browser/sync_file_system/mock_local_change_processor.cc
|
| index 4108666a4b0c4369cc0b41f607f6351fc7fed959..abff3af2ab4ce3e754373c74aea021d976aa0732 100644
|
| --- a/chrome/browser/sync_file_system/mock_local_change_processor.cc
|
| +++ b/chrome/browser/sync_file_system/mock_local_change_processor.cc
|
| @@ -8,8 +8,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"
|
|
|
| using ::testing::_;
|
| using ::testing::Invoke;
|
|
|