diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 21:48:15 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 21:48:15 +0000 |
commit | 2ab9d4d9df442ff2cf4d622d6d37298284c06365 (patch) | |
tree | 2ea6c3c131e46c951ec4b48ac3a9841634f463b6 /base/bind.h.pump | |
parent | a6a62db1253843e10fb44d97f442946e37d2b90f (diff) | |
download | chromium_src-2ab9d4d9df442ff2cf4d622d6d37298284c06365.zip chromium_src-2ab9d4d9df442ff2cf4d622d6d37298284c06365.tar.gz chromium_src-2ab9d4d9df442ff2cf4d622d6d37298284c06365.tar.bz2 |
Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h"
This reverts commit r75443.
TBR=akalin
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75445 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/bind.h.pump')
-rw-r--r-- | base/bind.h.pump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/bind.h.pump b/base/bind.h.pump index 62b313f..fc7f246 100644 --- a/base/bind.h.pump +++ b/base/bind.h.pump @@ -16,7 +16,7 @@ $var MAX_ARITY = 6 #pragma once #include "base/bind_internal.h" -#include "base/callback_internal.h" +#include "base/callback_helpers.h" // See base/callback.h for how to use these functions. // |