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

Unified Diff: sky/tools/tester/test_runner.h

Issue 715123002: Rename sky::TestObserver to sky::TestHarness (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/tools/tester/test_observer_impl.cc ('k') | sky/tools/tester/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/tester/test_runner.h
diff --git a/sky/tools/tester/test_runner.h b/sky/tools/tester/test_runner.h
index 0a1173a4457b8613c8a8a28da4263f1891e893d4..1a40cbab9e7f380ffb9ad7f8464afdc7ae98333b 100644
--- a/sky/tools/tester/test_runner.h
+++ b/sky/tools/tester/test_runner.h
@@ -6,7 +6,7 @@
#define SKY_TOOLS_TESTER_TEST_RUNNER_H_
#include "base/memory/weak_ptr.h"
-#include "sky/tools/tester/test_observer_impl.h"
+#include "sky/tools/tester/test_harness_impl.h"
namespace mojo{
class View;
@@ -31,7 +31,7 @@ class TestRunner {
void OnTestComplete(const std::string& test_result);
private:
- TestObserverFactory test_observer_factory_;
+ TestHarnessFactory test_harness_factory_;
TestRunnerClient* client_;
base::WeakPtrFactory<TestRunner> weak_ptr_factory_;
« no previous file with comments | « sky/tools/tester/test_observer_impl.cc ('k') | sky/tools/tester/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698