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

Unified Diff: chrome/installer/util/wmi.h

Issue 94013004: Add base:: to string16s in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again Created 7 years 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/installer/util/user_experiment.cc ('k') | chrome/installer/util/wmi.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/wmi.h
diff --git a/chrome/installer/util/wmi.h b/chrome/installer/util/wmi.h
index b1d391ffbc1c279299ea39e24ea86f7e1855f1d5..a2112babe5ecb1863b046d04d45a7a9be7ea7bc5 100644
--- a/chrome/installer/util/wmi.h
+++ b/chrome/installer/util/wmi.h
@@ -78,7 +78,7 @@ class WMIProcess {
class WMIComputerSystem {
public:
// Returns a human readable string for the model/make of this computer.
- static string16 GetModel();
+ static base::string16 GetModel();
};
} // namespace installer
« no previous file with comments | « chrome/installer/util/user_experiment.cc ('k') | chrome/installer/util/wmi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698