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

Unified Diff: mojo/runner/shell_test_base.cc

Issue 1253823002: Proof-reading comments in mojo/runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « mojo/runner/native_application_support.h ('k') | mojo/runner/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/shell_test_base.cc
diff --git a/mojo/runner/shell_test_base.cc b/mojo/runner/shell_test_base.cc
index f58780f0226988198589905b2620215677c7331f..81f2db0105d3809a2d276611edbca2417e4fca8d 100644
--- a/mojo/runner/shell_test_base.cc
+++ b/mojo/runner/shell_test_base.cc
@@ -62,7 +62,7 @@ ScopedMessagePipeHandle ShellTestBase::ConnectToService(
void ShellTestBase::SetUpTestApplications() {
// Set the URLResolver origin to be the same as the base file path for
// local files. This is primarily for test convenience, so that references
- // to unknown mojo: urls that do not have specific local file or custom
+ // to unknown mojo: URLs that do not have specific local file or custom
// mappings registered on the URL resolver are treated as shared libraries.
base::FilePath service_dir;
CHECK(PathService::Get(base::DIR_MODULE, &service_dir));
« no previous file with comments | « mojo/runner/native_application_support.h ('k') | mojo/runner/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698