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

Unified Diff: ppapi/tests/test_transport.h

Issue 6480086: Revert 75003 - 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
« no previous file with comments | « ppapi/cpp/dev/transport_dev.cc ('k') | ppapi/tests/test_transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_transport.h
===================================================================
--- ppapi/tests/test_transport.h (revision 75009)
+++ ppapi/tests/test_transport.h (working copy)
@@ -1,9 +1,9 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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 PPAPI_TESTS_TEST_TRANSPORT_H_
-#define PPAPI_TESTS_TEST_TRANSPORT_H_
+#ifndef PAPPI_TESTS_TEST_TRANSPORT_H_
+#define PAPPI_TESTS_TEST_TRANSPORT_H_
#include <string>
@@ -24,10 +24,10 @@
virtual void RunTest();
private:
- std::string TestBasics();
+ std::string TestFirstTransport();
// Used by the tests that access the C API directly.
const PPB_Transport_Dev* transport_interface_;
};
-#endif // PPAPI_TESTS_TEST_TRANSPORT_H_
+#endif // PAPPI_TESTS_TEST_TRANSPORT_H_
« no previous file with comments | « ppapi/cpp/dev/transport_dev.cc ('k') | ppapi/tests/test_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698