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

Unified Diff: base/base_paths.h

Issue 2083813002: Remove references to deprecated version of Windows in base_paths.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | base/base_paths_win.h » ('j') | base/base_paths_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_paths.h
diff --git a/base/base_paths.h b/base/base_paths.h
index 26b2fd4c9a101e2cb8d1b5ca279495a6f40768bc..ef6aa82836205b7ac7fbc270abdeec2485cc2236 100644
--- a/base/base_paths.h
+++ b/base/base_paths.h
@@ -32,9 +32,8 @@ enum BasePathKey {
DIR_MODULE, // Directory containing FILE_MODULE.
DIR_TEMP, // Temporary directory.
DIR_HOME, // User's root home directory. On Windows this will look
- // like "C:\Users\you" (or on XP
- // "C:\Document and Settings\you") which isn't necessarily
- // a great place to put files.
+ // like "C:\Users\<user>" which isn't necessarily a great
+ // place to put files.
FILE_EXE, // Path and filename of the current executable.
FILE_MODULE, // Path and filename of the module containing the code for
// the PathService (which could differ from FILE_EXE if the
« no previous file with comments | « no previous file | base/base_paths_win.h » ('j') | base/base_paths_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698