| 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
|
|
|