Chromium Code Reviews| Index: base/base_paths.h |
| diff --git a/base/base_paths.h b/base/base_paths.h |
| index 3251a84c6ba9c4d8934d8525e3451c83bb1f5fab..016ddfb1a4d94c8e9cf4f10ca4bb426e6e22e875 100644 |
| --- a/base/base_paths.h |
| +++ b/base/base_paths.h |
| @@ -40,6 +40,8 @@ enum BasePathKey { |
| // should not be used outside of test code. |
| DIR_USER_DESKTOP, // The current user's Desktop. |
| + DIR_TEST_DATA, // Used only for testing. |
| + |
| PATH_END |
| }; |