diff options
Diffstat (limited to 'chrome/common/speech_input_messages.h')
-rw-r--r-- | chrome/common/speech_input_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/speech_input_messages.h b/chrome/common/speech_input_messages.h index 2a856e5..c46ac02 100644 --- a/chrome/common/speech_input_messages.h +++ b/chrome/common/speech_input_messages.h @@ -7,9 +7,9 @@ #pragma once #include "chrome/common/speech_input_result.h" -#include "gfx/rect.h" #include "ipc/ipc_message_macros.h" #include "ipc/ipc_param_traits.h" +#include "ui/gfx/rect.h" #define IPC_MESSAGE_START SpeechInputMsgStart |