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

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: Addressing one comment 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
« no previous file with comments | « ppapi/tests/all_cpp_includes.h ('k') | ppapi/tests/test_ime_input_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..db929358b541d87f1a0a002afebd4d65c10a0a1e 100644
--- a/ppapi/tests/test_ime_input_event.h
+++ b/ppapi/tests/test_ime_input_event.h
@@ -9,7 +9,6 @@
#include <utility>
#include <vector>
-#include "ppapi/c/dev/ppb_ime_input_event_dev.h"
#include "ppapi/c/ppb_input_event.h"
#include "ppapi/cpp/input_event.h"
#include "ppapi/tests/test_case.h"
@@ -49,7 +48,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_;
« no previous file with comments | « ppapi/tests/all_cpp_includes.h ('k') | ppapi/tests/test_ime_input_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698