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

Unified Diff: ppapi/tests/test_transport.h

Issue 6478018: Basic implementation of Pepper Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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_transport.h
diff --git a/ppapi/tests/test_transport.h b/ppapi/tests/test_transport.h
index e52983a4a3d32918aba9df1f1d00b944069f7db4..8777c92ac90153ad0d8fcb4d8be3573359897447 100644
--- a/ppapi/tests/test_transport.h
+++ b/ppapi/tests/test_transport.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PAPPI_TESTS_TEST_TRANSPORT_H_
-#define PAPPI_TESTS_TEST_TRANSPORT_H_
+#ifndef PPAPI_TESTS_TEST_TRANSPORT_H_
+#define PPAPI_TESTS_TEST_TRANSPORT_H_
#include <string>
@@ -24,10 +24,10 @@ class TestTransport : public TestCase {
virtual void RunTest();
private:
- std::string TestFirstTransport();
+ std::string TestBasics();
// Used by the tests that access the C API directly.
const PPB_Transport_Dev* transport_interface_;
};
-#endif // PAPPI_TESTS_TEST_TRANSPORT_H_
+#endif // PPAPI_TESTS_TEST_TRANSPORT_H_

Powered by Google App Engine
This is Rietveld 408576698