Index: remoting/host/server_log_entry.cc |
=================================================================== |
--- remoting/host/server_log_entry.cc (revision 161772) |
+++ remoting/host/server_log_entry.cc (working copy) |
@@ -110,7 +110,7 @@ |
#endif |
Set(kKeyHostVersion, STRINGIZE(VERSION)); |
- Set(kKeyCpu, SysInfo::CPUArchitecture()); |
+ Set(kKeyCpu, SysInfo::OperatingSystemArchitecture()); |
}; |
void ServerLogEntry::AddModeField(ServerLogEntry::Mode mode) { |
@@ -124,7 +124,7 @@ |
// static |
const char* ServerLogEntry::GetValueMode(ServerLogEntry::Mode mode) { |
- switch(mode) { |
+ switch (mode) { |
case IT2ME: |
return kValueModeIt2Me; |
case ME2ME: |