Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1962)

Unified Diff: chrome/browser/google/google_util_chromeos.cc

Issue 12230014: Assign FILE_PATH_LITERALS to FilePath::CharType[] arrays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|.
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698