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

Side by Side Diff: components/cryptauth/cryptauth_service.h

Issue 2799683004: [CrOS Tether] Add FakeCryptAuthService, a test double for CryptAuthService. (Closed)
Patch Set: Added a missing #include. Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « components/cryptauth/BUILD.gn ('k') | components/cryptauth/fake_cryptauth_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_CRYPTAUTH_CRYPTAUTH_SERVICE_H_ 5 #ifndef COMPONENTS_CRYPTAUTH_CRYPTAUTH_SERVICE_H_
6 #define COMPONENTS_CRYPTAUTH_CRYPTAUTH_SERVICE_H_ 6 #define COMPONENTS_CRYPTAUTH_CRYPTAUTH_SERVICE_H_
7 7
8 #include <memory>
9
8 #include "base/macros.h" 10 #include "base/macros.h"
9 #include "components/cryptauth/proto/cryptauth_api.pb.h" 11 #include "components/cryptauth/proto/cryptauth_api.pb.h"
10 12
11 namespace cryptauth { 13 namespace cryptauth {
12 14
13 class CryptAuthClientFactory; 15 class CryptAuthClientFactory;
14 class CryptAuthDeviceManager; 16 class CryptAuthDeviceManager;
15 class CryptAuthEnrollmentManager; 17 class CryptAuthEnrollmentManager;
16 class SecureMessageDelegate; 18 class SecureMessageDelegate;
17 19
(...skipping 13 matching lines...) Expand all
31 CryptAuthService() {} 33 CryptAuthService() {}
32 virtual ~CryptAuthService() {} 34 virtual ~CryptAuthService() {}
33 35
34 private: 36 private:
35 DISALLOW_COPY_AND_ASSIGN(CryptAuthService); 37 DISALLOW_COPY_AND_ASSIGN(CryptAuthService);
36 }; 38 };
37 39
38 } // namespace cryptauth 40 } // namespace cryptauth
39 41
40 #endif // COMPONENTS_CRYPTAUTH_CRYPTAUTH_SERVICE_H_ 42 #endif // COMPONENTS_CRYPTAUTH_CRYPTAUTH_SERVICE_H_
OLDNEW
« no previous file with comments | « components/cryptauth/BUILD.gn ('k') | components/cryptauth/fake_cryptauth_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698