Chromium Code Reviews| Index: android_webview/common/aw_paths.h |
| diff --git a/android_webview/common/aw_paths.h b/android_webview/common/aw_paths.h |
| index 7449e6bfcae9a48414dbe5b41bf235a916e6421f..52cea8585abf7ddf38aa59f685062a3ee5ba7a0a 100644 |
| --- a/android_webview/common/aw_paths.h |
| +++ b/android_webview/common/aw_paths.h |
| @@ -15,6 +15,9 @@ enum { |
| DIR_CRASH_DUMPS = PATH_START, // Directory where crash dumps are written. |
| + DIR_SAFE_BROWSING, // Directory where safe browsing related cookies are |
| + // stored. |
| + |
| PATH_END |
| }; |