| 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
|
|
|