| Index: chrome/browser/sync_file_system/syncable_file_system_util.h
|
| diff --git a/chrome/browser/sync_file_system/syncable_file_system_util.h b/chrome/browser/sync_file_system/syncable_file_system_util.h
|
| index fb0613c6d5bd2e2ffea7da33b4b22f0ad2fba5b8..25c241163f0d64ce650b5ecfd00aeeac335cc40c 100644
|
| --- a/chrome/browser/sync_file_system/syncable_file_system_util.h
|
| +++ b/chrome/browser/sync_file_system/syncable_file_system_util.h
|
| @@ -102,6 +102,8 @@ class ScopedDisableSyncFSV2 {
|
| void RunSoon(const tracked_objects::Location& from_here,
|
| const base::Closure& callback);
|
|
|
| +base::Closure NoopClosure();
|
| +
|
| } // namespace sync_file_system
|
|
|
| #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_SYNCABLE_FILE_SYSTEM_UTIL_H_
|
|
|