summaryrefslogtreecommitdiffstats
path: root/extensions/shell/test
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2015-01-22 12:26:36 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-22 20:28:24 +0000
commitea9df2af195b5b08909dc30e05bab95f6cfcd66f (patch)
tree18b1fd42ae73c87a0bffdcdca5abdea5f9590671 /extensions/shell/test
parentef1c46ab8a359ae309b49b3222c10bb2ef0bcf09 (diff)
downloadchromium_src-ea9df2af195b5b08909dc30e05bab95f6cfcd66f.zip
chromium_src-ea9df2af195b5b08909dc30e05bab95f6cfcd66f.tar.gz
chromium_src-ea9df2af195b5b08909dc30e05bab95f6cfcd66f.tar.bz2
s/app_shell_browsertests/extensions_browsertests/g
We would like to use app_shell as the basis for all content-browser integration tests within the extensions layer. This simply moves the test target up to the parent //extensions path and renames it to extensions_browsertests BUG=388893 R=yoz@chromium.org Review URL: https://codereview.chromium.org/797023006 Cr-Commit-Position: refs/heads/master@{#312669}
Diffstat (limited to 'extensions/shell/test')
-rw-r--r--extensions/shell/test/shell_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/shell/test/shell_test.cc b/extensions/shell/test/shell_test.cc
index e18ffcf..183303a 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));