| Index: chrome_frame/metrics_service.cc
|
| diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc
|
| index 8ccc1e53e20645297b438ae415728486b8e06d3d..74d362610ed7f6b949c45bbade8060fab9a35abc 100644
|
| --- a/chrome_frame/metrics_service.cc
|
| +++ b/chrome_frame/metrics_service.cc
|
| @@ -311,7 +311,7 @@ const std::string& MetricsService::GetClientID() {
|
| HRESULT guid_result = CoCreateGuid(&guid);
|
| DCHECK(SUCCEEDED(guid_result));
|
|
|
| - string16 guid_string;
|
| + base::string16 guid_string;
|
| int result = StringFromGUID2(guid,
|
| WriteInto(&guid_string, kGUIDSize), kGUIDSize);
|
| DCHECK(result == kGUIDSize);
|
|
|