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

Unified Diff: extensions/shell/test/shell_test.cc

Issue 797023006: s/app_shell_browsertests/extensions_browsertests/g (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge, actually add extensions_tests.gyp Created 5 years, 11 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 | « extensions/shell/app_shell.gyp ('k') | extensions/test/data/system/cpu/test_cpu_api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | extensions/test/data/system/cpu/test_cpu_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698