diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncapi.h')
-rw-r--r-- | chrome/browser/sync/engine/syncapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h index 241411c..56b779f 100644 --- a/chrome/browser/sync/engine/syncapi.h +++ b/chrome/browser/sync/engine/syncapi.h @@ -46,6 +46,7 @@ #include "base/callback.h" #include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" +#include "base/tracked_objects.h" #include "build/build_config.h" #include "chrome/browser/sync/protocol/password_specifics.pb.h" #include "chrome/browser/sync/syncable/autofill_migration.h" @@ -940,7 +941,7 @@ class SyncManager { // Request a nudge of the syncer, which will cause the syncer thread // to run at the next available opportunity. - void RequestNudge(); + void RequestNudge(const tracked_objects::Location& nudge_location); // Request a clearing of all data on the server void RequestClearServerData(); |