Index: content/common/pepper_file_util.h |
diff --git a/content/common/pepper_file_util.h b/content/common/pepper_file_util.h |
index 7812b71c7209c467e5c359ba937307f351749d2d..b1899a5d2c69e9c274b18219c8cf19d13711d338 100644 |
--- a/content/common/pepper_file_util.h |
+++ b/content/common/pepper_file_util.h |
@@ -8,6 +8,10 @@ |
#include "ppapi/c/pp_file_info.h" |
#include "webkit/common/fileapi/file_system_types.h" |
+#if !defined(ENABLE_PLUGINS) |
+#error "Plugins should be enabled" |
+#endif |
+ |
namespace content { |
storage::FileSystemType PepperFileSystemTypeToFileSystemType( |