| 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 3b9cac220679e751dddcb7cf78b9280a56186f59..4393853987f51feb3170ea29d69a6a70ee7cf7af 100644
|
| --- a/chrome/browser/sync_file_system/mock_local_change_processor.cc
|
| +++ b/chrome/browser/sync_file_system/mock_local_change_processor.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| +#include "webkit/browser/fileapi/syncable/file_change.h"
|
| +#include "webkit/browser/fileapi/syncable/sync_file_metadata.h"
|
| #include "webkit/fileapi/file_system_url.h"
|
| -#include "webkit/fileapi/syncable/file_change.h"
|
| -#include "webkit/fileapi/syncable/sync_file_metadata.h"
|
|
|
| using ::testing::_;
|
| using ::testing::Invoke;
|
|
|