Index: chrome/app/chrome_breakpad_client.cc |
diff --git a/chrome/app/chrome_breakpad_client.cc b/chrome/app/chrome_breakpad_client.cc |
index 267584b56d388ee3b5ac7789f5e79886a2c153a2..479ff20a0fc05bdf010a3530eeabb832b6875e5e 100644 |
--- a/chrome/app/chrome_breakpad_client.cc |
+++ b/chrome/app/chrome_breakpad_client.cc |
@@ -267,7 +267,7 @@ bool ChromeBreakpadClient::ReportingIsEnforcedByPolicy(bool* breakpad_enabled) { |
// point, we read the corresponding registry key directly. The return status |
// indicates whether policy data was successfully read. If it is true, |
// |breakpad_enabled| contains the value set by policy. |
- string16 key_name = UTF8ToUTF16(policy::key::kMetricsReportingEnabled); |
+ base::string16 key_name = UTF8ToUTF16(policy::key::kMetricsReportingEnabled); |
DWORD value = 0; |
base::win::RegKey hklm_policy_key(HKEY_LOCAL_MACHINE, |
policy::kRegistryChromePolicyKey, KEY_READ); |