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

Unified Diff: ppapi/tests/test_ime_input_event.h

Issue 18671004: PPAPI: Move IMEInputEvent and TextInput to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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: ppapi/tests/test_ime_input_event.h
diff --git a/ppapi/tests/test_ime_input_event.h b/ppapi/tests/test_ime_input_event.h
index 483167c5cc113ba983deae3034934305568b0a88..d9d178e5e1c9453ca209c8afd4b59584feb81e00 100644
--- a/ppapi/tests/test_ime_input_event.h
+++ b/ppapi/tests/test_ime_input_event.h
@@ -9,7 +9,7 @@
#include <utility>
#include <vector>
-#include "ppapi/c/dev/ppb_ime_input_event_dev.h"
+#include "ppapi/c/ppb_ime_input_event.h"
#include "ppapi/c/ppb_input_event.h"
#include "ppapi/cpp/input_event.h"
#include "ppapi/tests/test_case.h"
@@ -49,7 +49,7 @@ class TestImeInputEvent : public TestCase {
const PPB_InputEvent* input_event_interface_;
const PPB_KeyboardInputEvent* keyboard_input_event_interface_;
- const PPB_IMEInputEvent_Dev* ime_input_event_interface_;
+ const PPB_IMEInputEvent* ime_input_event_interface_;
pp::Rect view_rect_;
bool received_unexpected_event_;

Powered by Google App Engine
This is Rietveld 408576698