Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1394)

Unified Diff: src/platform/cryptohome/mock_authenticator.h

Issue 2051003: Initial patch from Will. (Closed) Base URL: ssh://git@chromiumos-git/chromiumos
Patch Set: Address style nits. Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/cryptohome/mock_authenticator.h
diff --git a/src/platform/cryptohome/mock_authenticator.h b/src/platform/cryptohome/mock_authenticator.h
deleted file mode 100644
index dc3e31797d48b9dd3879a60e471470a5cbfc27b5..0000000000000000000000000000000000000000
--- a/src/platform/cryptohome/mock_authenticator.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CRYPTOHOME_MOCK_AUTHENTICATOR_H_
-#define CRYPTOHOME_MOCK_AUTHENTICATOR_H_
-
-#include "cryptohome/authenticator.h"
-
-#include <gmock/gmock.h>
-
-namespace cryptohome {
-class Credentials;
-
-class MockAuthenticator : public Authenticator {
- public:
- MockAuthenticator() {}
- ~MockAuthenticator() {}
- MOCK_METHOD0(Init, bool());
- MOCK_CONST_METHOD1(TestAllMasterKeys, bool(const Credentials&));
-};
-} // namespace cryptohome
-
-#endif // CRYPTOHOME_MOCK_AUTHENTICATOR_H_

Powered by Google App Engine
This is Rietveld 408576698