| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 8ad714293bbf217ca40a8922c2f9694b5d97f5a8..a68705a58fa3466cd486fc765acbc3738553c10a 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -29,7 +29,7 @@ enum {
|
| #endif
|
| DIR_RESOURCES, // Directory containing separate file resources
|
| // used by Chrome at runtime.
|
| - DIR_INSPECTOR, // Directory where web inspector is located.
|
| + DIR_INSPECTOR_DEBUG, // Directory where web inspector is located.
|
| DIR_APP_DICTIONARIES, // Directory where the global dictionaries are.
|
| DIR_USER_DOCUMENTS, // Directory for a user's "My Documents".
|
| DIR_USER_MUSIC, // Directory for a user's music.
|
|
|