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

Unified Diff: remoting/host/server_log_entry.cc

Issue 11140015: Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchitecture(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
« no previous file with comments | « chrome/test/webdriver/webdriver_dispatch.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « chrome/test/webdriver/webdriver_dispatch.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698