| Index: chromecast/common/cast_paths.h
|
| diff --git a/chromecast/common/cast_paths.h b/chromecast/common/cast_paths.h
|
| index f228cd185c5f2f12d1a2105baa311bb6cd666720..442582d20ccd91dabd23e7735445e6e0b1b662b1 100644
|
| --- a/chromecast/common/cast_paths.h
|
| +++ b/chromecast/common/cast_paths.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROMECAST_COMMON_CAST_PATHS_H_
|
| #define CHROMECAST_COMMON_CAST_PATHS_H_
|
|
|
| +#include "build/build_config.h"
|
| +
|
| // This file declares path keys for the chromecast module. These can be used
|
| // with the PathService to access various special directories and files.
|
|
|
| @@ -18,6 +20,9 @@ enum {
|
|
|
| FILE_CAST_CONFIG, // Config/preferences file path.
|
| FILE_CAST_PAK, // cast_shell.pak file path.
|
| +#if defined(OS_ANDROID)
|
| + FILE_CAST_ANDROID_LOG,
|
| +#endif // defined(OS_ANDROID)
|
| PATH_END
|
| };
|
|
|
|
|