Chromium Code Reviews| Index: chrome/common/component_flash_hint_file_linux.h |
| diff --git a/chrome/common/component_flash_hint_file_linux.h b/chrome/common/component_flash_hint_file_linux.h |
| index abe0701ed86383516a4923ec9c5defcee8f1bd18..98153a9c1d6837a53be2f341adbd0a88b5b0931e 100644 |
| --- a/chrome/common/component_flash_hint_file_linux.h |
| +++ b/chrome/common/component_flash_hint_file_linux.h |
| @@ -7,7 +7,9 @@ |
| #include "build/build_config.h" |
| -#if defined(OS_LINUX) |
| +#if !defined(OS_LINUX) |
| +#error "This file only applies to the Linux component update of flash." |
|
Lei Zhang
2015/08/17 21:18:31
flash -> Flash
Greg K
2015/08/17 22:57:45
Done.
|
| +#endif // !defined(OS_LINUX) |
| #include <string> |
| @@ -48,5 +50,4 @@ bool TestExecutableMapping(const base::FilePath& path); |
| } // namespace chrome |
| -#endif // defined(OS_LINUX) |
| #endif // CHROME_COMMON_COMPONENT_FLASH_HINT_FILE_LINUX_H_ |