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

Unified Diff: chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc

Issue 10409032: Enable PPAPINaCl GLIBC browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | chrome/test/ui/ppapi_uitest.h » ('j') | native_client_sdk/src/tools/create_nmf.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc
diff --git a/chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc b/chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc
index cc0537c0957d5b3262dc8bcd41b6e7628040f02b..691b8ca3072642edfdedce05f1aac91f9bae0c18 100644
--- a/chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc
+++ b/chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc
@@ -17,13 +17,13 @@ static const FilePath::CharType kMockNaClGdb[] =
FILE_PATH_LITERAL("mock_nacl_gdb");
#endif
-class NaClGdbTest : public PPAPINaClTest {
+class NaClGdbTest : public PPAPINaClNewlibTest {
public:
NaClGdbTest() {
}
void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
- PPAPINaClTest::SetUpCommandLine(command_line);
+ PPAPINaClNewlibTest::SetUpCommandLine(command_line);
FilePath mock_nacl_gdb;
EXPECT_TRUE(PathService::Get(base::DIR_EXE, &mock_nacl_gdb));
« no previous file with comments | « no previous file | chrome/test/ui/ppapi_uitest.h » ('j') | native_client_sdk/src/tools/create_nmf.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698