diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-27 05:11:04 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-27 05:11:04 +0000 |
commit | c4a5d44787011c0e6385d9c7af92b773db79a4f4 (patch) | |
tree | b05b2ab47155a3f2021b03973e82206675e44529 /chromeos/dbus/fake_gsm_sms_client.h | |
parent | fbca94baffe12906f4888b9c45b688da133eadae (diff) | |
download | chromium_src-c4a5d44787011c0e6385d9c7af92b773db79a4f4.zip chromium_src-c4a5d44787011c0e6385d9c7af92b773db79a4f4.tar.gz chromium_src-c4a5d44787011c0e6385d9c7af92b773db79a4f4.tar.bz2 |
cryptohome: Merge FakeCryptohomeClient and CryptohomeClinentStubImpl
The new FakeCryptohomeClient is based on CryptohomeClinentStubImpl.
The only addition is set_unmout_result().
BUG=298729
TEST=the existing tests should pass
R=hashimoto@chromium.org, stevenjb@chromium.org
Review URL: https://codereview.chromium.org/24637004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/fake_gsm_sms_client.h')
-rw-r--r-- | chromeos/dbus/fake_gsm_sms_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/fake_gsm_sms_client.h b/chromeos/dbus/fake_gsm_sms_client.h index 321c9f6..2e26dd1 100644 --- a/chromeos/dbus/fake_gsm_sms_client.h +++ b/chromeos/dbus/fake_gsm_sms_client.h @@ -15,7 +15,7 @@ namespace chromeos { // A fake implementation of GsmSMSClient used for tests. -class FakeGsmSMSClient : public GsmSMSClient { +class CHROMEOS_EXPORT FakeGsmSMSClient : public GsmSMSClient { public: FakeGsmSMSClient(); virtual ~FakeGsmSMSClient(); |