| Index: gpu/ipc/common/gpu_message_generator.h
|
| diff --git a/gpu/ipc/common/gpu_message_generator.h b/gpu/ipc/common/gpu_message_generator.h
|
| index 91c23e068133abe9ac6dffb4f6c58667f3307088..b013ef71a7e62e2da4c920edc98c72e828a4af73 100644
|
| --- a/gpu/ipc/common/gpu_message_generator.h
|
| +++ b/gpu/ipc/common/gpu_message_generator.h
|
| @@ -5,4 +5,9 @@
|
| // Multiply-included file, hence no include guard.
|
|
|
| #include "build/build_config.h"
|
| +#undef GPU_IPC_COMMON_GPU_MESSAGES_H_
|
| #include "gpu/ipc/common/gpu_messages.h"
|
| +#ifndef GPU_IPC_COMMON_GPU_MESSAGES_H_
|
| +#error "Failed to properly include header gpu/ipc/common/gpu_messages.h"
|
| +#endif
|
| +
|
|
|