| Index: ppapi/tests/test_transport.h
|
| ===================================================================
|
| --- ppapi/tests/test_transport.h (revision 68979)
|
| +++ ppapi/tests/test_transport.h (working copy)
|
| @@ -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 @@
|
| 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_
|
|
|