Index: cloud_print/service/win/chrome_launcher.cc |
diff --git a/cloud_print/service/win/chrome_launcher.cc b/cloud_print/service/win/chrome_launcher.cc |
index 7f3717e57e6e2e928008eda43d6cf47da13309dc..f6b863ecd9d567e7d31001e70b3d96fb3636435d 100644 |
--- a/cloud_print/service/win/chrome_launcher.cc |
+++ b/cloud_print/service/win/chrome_launcher.cc |
@@ -32,7 +32,7 @@ namespace { |
const int kShutdownTimeoutMs = 30 * 1000; |
const int kUsageUpdateTimeoutMs = 6 * 3600 * 1000; // 6 hours. |
-static const char16 kAutoRunKeyPath[] = |
+static const base::char16 kAutoRunKeyPath[] = |
L"Software\\Microsoft\\Windows\\CurrentVersion\\Run"; |
// Terminates any process. |