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

Unified Diff: chrome/browser/chromeos/login/login_utils.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 | « no previous file | chrome/browser/google/google_util_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index efcfa976ece79c8d61a52e290bc77c0ef336df74..e1874f9f3b92007fa1b3c5a935892fb603d0af86 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -117,7 +117,8 @@ const char kGuestUserName[] = "";
#if defined(ENABLE_RLZ)
// Flag file that disables RLZ tracking, when present.
-const char kRLZDisabledFlagName[] = FILE_PATH_LITERAL(".rlz_disabled");
+const base::FilePath::CharType kRLZDisabledFlagName[] =
+ FILE_PATH_LITERAL(".rlz_disabled");
base::FilePath GetRlzDisabledFlagPath() {
return file_util::GetHomeDir().Append(kRLZDisabledFlagName);
« no previous file with comments | « no previous file | chrome/browser/google/google_util_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698