summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_image_burner_client.h
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-27 05:11:04 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-27 05:11:04 +0000
commitc4a5d44787011c0e6385d9c7af92b773db79a4f4 (patch)
treeb05b2ab47155a3f2021b03973e82206675e44529 /chromeos/dbus/fake_image_burner_client.h
parentfbca94baffe12906f4888b9c45b688da133eadae (diff)
downloadchromium_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_image_burner_client.h')
-rw-r--r--chromeos/dbus/fake_image_burner_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/fake_image_burner_client.h b/chromeos/dbus/fake_image_burner_client.h
index b730ad2..bed5228 100644
--- a/chromeos/dbus/fake_image_burner_client.h
+++ b/chromeos/dbus/fake_image_burner_client.h
@@ -12,7 +12,7 @@
namespace chromeos {
// A fake implemetation of ImageBurnerClient. This class does nothing.
-class FakeImageBurnerClient : public ImageBurnerClient {
+class CHROMEOS_EXPORT FakeImageBurnerClient : public ImageBurnerClient {
public:
FakeImageBurnerClient();
virtual ~FakeImageBurnerClient();