diff options
Diffstat (limited to 'chrome/browser/sync/util/closure.h')
-rw-r--r-- | chrome/browser/sync/util/closure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/util/closure.h b/chrome/browser/sync/util/closure.h index b282bc4..0e4389f 100644 --- a/chrome/browser/sync/util/closure.h +++ b/chrome/browser/sync/util/closure.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_SYNC_UTIL_CLOSURE_H_ #define CHROME_BROWSER_SYNC_UTIL_CLOSURE_H_ -#include "base/task.h" +#include "base/callback.h" typedef CallbackRunner<Tuple0> Closure; |