Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1545)

Unified Diff: chrome/common/component_flash_hint_file_linux.h

Issue 1298013002: Address some additional cleanup work needed for the component flash updates on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Additional cleanup work for the component flash updates on Linux. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698