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

Unified Diff: ppapi/tests/test_talk_private.h

Issue 16271005: Implement pepper interface and plumbing for HRD's UI on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't use IPC::Message::Schema::Read in unittest - build break Created 7 years, 6 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/proxy/talk_resource_unittest.cc ('k') | ppapi/tests/test_talk_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_talk_private.h
diff --git a/ppapi/tests/test_talk_private.h b/ppapi/tests/test_talk_private.h
index 223f202f948ead9b16e2e755a420a040d5b09931..4f641a32f5be46481d03ab71ceabe6af00ba9599 100644
--- a/ppapi/tests/test_talk_private.h
+++ b/ppapi/tests/test_talk_private.h
@@ -21,7 +21,7 @@ class TestTalkPrivate : public TestCase {
private:
std::string TestGetPermission();
- const PPB_Talk_Private* talk_private_interface_;
+ const PPB_Talk_Private_1_0* talk_private_interface_1;
};
#endif // PPAPI_TESTS_TEST_TALK_PRIVATE_H_
« no previous file with comments | « ppapi/proxy/talk_resource_unittest.cc ('k') | ppapi/tests/test_talk_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698