Index: chrome/browser/google/google_util_chromeos.cc |
diff --git a/chrome/browser/google/google_util_chromeos.cc b/chrome/browser/google/google_util_chromeos.cc |
index 90251ba7b4f01f2d15acf397c4f0bde7f2867474..6e2e7b608d252bc57e922c9460e1c3344dfe714d 100644 |
--- a/chrome/browser/google/google_util_chromeos.cc |
+++ b/chrome/browser/google/google_util_chromeos.cc |
@@ -21,7 +21,7 @@ namespace chromeos { |
namespace { |
// Path to file that stores the RLZ brand code on ChromeOS. |
-const char kRLZBrandFilePath[] = |
+const base::FilePath::CharType kRLZBrandFilePath[] = |
FILE_PATH_LITERAL("/opt/oem/etc/BRAND_CODE"); |
// Reads the brand code from file |kRLZBrandFilePath|. |