Index: extensions/shell/test/shell_test.cc |
diff --git a/extensions/shell/test/shell_test.cc b/extensions/shell/test/shell_test.cc |
index e18ffcfa91f7f539d55754187e03b6b6926a52cd..183303a645daca2989f602c661a5b233cd7fea61 100644 |
--- a/extensions/shell/test/shell_test.cc |
+++ b/extensions/shell/test/shell_test.cc |
@@ -21,7 +21,7 @@ AppShellTest::AppShellTest() : browser_context_(NULL), extension_system_(NULL) { |
#if defined(OS_MACOSX) |
// TODO(phajdan.jr): Make browser tests self-contained on Mac; remove this. |
// Set up the application path as though we we are inside the App Shell.app |
- // bundle, rather than the top-level app_shell_browsertests, because we |
+ // bundle, rather than the top-level extensions_browsertests, because we |
// make many assumptions about where the executable is located. |
base::FilePath app_shell_path; |
CHECK(PathService::Get(base::FILE_EXE, &app_shell_path)); |