Reformat wv core/include files
[ Merge of http://go/wvgerrit/80483 ] Clang-format has been run on files in core/include Bug: 134365840 Test: WV unit/integration tests Change-Id: I890127f23f30f0e63f826d3638521b4cc12fb995
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
|
||||
namespace wvcdm {
|
||||
|
||||
typedef std::map<CdmSessionId, CdmClientPropertySet*>
|
||||
CdmClientPropertySetMap;
|
||||
typedef std::map<CdmSessionId, CdmClientPropertySet*> CdmClientPropertySetMap;
|
||||
|
||||
// This class saves information about features and properties enabled
|
||||
// for a given platform. At initialization it initializes properties from
|
||||
@@ -67,7 +66,7 @@ class Properties {
|
||||
std::string* base_path);
|
||||
static bool GetFactoryKeyboxPath(std::string* keybox);
|
||||
static bool GetOEMCryptoPath(std::string* library_name);
|
||||
static bool GetSandboxId(std::string *sandbox_id);
|
||||
static bool GetSandboxId(std::string* sandbox_id);
|
||||
static bool AlwaysUseKeySetIds();
|
||||
static bool UseProviderIdInProvisioningRequest();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user