Index: mojo/dart/embedder/test/dart_to_cpp_tests.cc |
diff --git a/mojo/dart/embedder/test/dart_to_cpp_tests.cc b/mojo/dart/embedder/test/dart_to_cpp_tests.cc |
index 59445f33d676c59bcfeb8bd6d7d00cdbc6c3990c..e60e104bb64e7dabd55e353b3327f5aa316ca6f9 100644 |
--- a/mojo/dart/embedder/test/dart_to_cpp_tests.cc |
+++ b/mojo/dart/embedder/test/dart_to_cpp_tests.cc |
@@ -249,7 +249,7 @@ class DartToCppTest : public testing::Test { |
bool RunTest(const std::string& test, CppSideConnection* cpp_side) { |
// Putting Dart on its own thread so we can use Dart_RunLoop (called from |
- // DartController::runDartScript) and base::RunLoop::Run together. Passing |
+ // DartController::RunDartScript) and base::RunLoop::Run together. Passing |
// the thread to RunWithDartOnThread instead of inlining that function here |
// so that we are sure the MessagePipe destructor runs and closes the |
// handles on the C++ side before the Thread destructor runs and joins on |