Index: ppapi/tests/test_transport.h |
diff --git a/ppapi/tests/test_transport.h b/ppapi/tests/test_transport.h |
index e52983a4a3d32918aba9df1f1d00b944069f7db4..43e4306a199ee0bdb13b4e1ed527debd9a25c6b2 100644 |
--- a/ppapi/tests/test_transport.h |
+++ b/ppapi/tests/test_transport.h |
@@ -1,9 +1,9 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// 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_ |