diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-10 21:48:40 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-10 21:48:40 +0000 |
commit | 18478791041d4b7289ad03980a2a694b1c005350 (patch) | |
tree | 6b8dda3ef7c7024fbe966facd712f499683ec130 /chromeos/cryptohome | |
parent | 8e4c186215c3d086a734dc0aec7f119b8a88c0a9 (diff) | |
download | chromium_src-18478791041d4b7289ad03980a2a694b1c005350.zip chromium_src-18478791041d4b7289ad03980a2a694b1c005350.tar.gz chromium_src-18478791041d4b7289ad03980a2a694b1c005350.tar.bz2 |
Fix CrOS build.
TBR=khorimoto
Review URL: https://chromiumcodereview.appspot.com/10905194
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155842 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/cryptohome')
-rw-r--r-- | chromeos/cryptohome/async_method_caller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/cryptohome/async_method_caller.h b/chromeos/cryptohome/async_method_caller.h index e1e54bb..38e0182f 100644 --- a/chromeos/cryptohome/async_method_caller.h +++ b/chromeos/cryptohome/async_method_caller.h @@ -7,6 +7,7 @@ #include <string> +#include "base/basictypes.h" #include "base/callback_forward.h" #include "chromeos/chromeos_export.h" #include "third_party/cros_system_api/dbus/service_constants.h" |