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

Unified Diff: apps/shell/test/app_shell_test_launcher_delegate.h

Issue 224723022: Add the first app_shell_browsertest test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: apps/shell/test/app_shell_test_launcher_delegate.h
diff --git a/apps/test/apps_test_launcher_delegate.h b/apps/shell/test/app_shell_test_launcher_delegate.h
similarity index 67%
rename from apps/test/apps_test_launcher_delegate.h
rename to apps/shell/test/app_shell_test_launcher_delegate.h
index 60dc17534b4ee8e642f9aa3b59c515b1cf31fca5..5ff732dfa851d6f20b1e03c06feada9369314455 100644
--- a/apps/test/apps_test_launcher_delegate.h
+++ b/apps/shell/test/app_shell_test_launcher_delegate.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APPS_TEST_APPS_TEST_LAUNCHER_DELEGATE_H_
-#define APPS_TEST_APPS_TEST_LAUNCHER_DELEGATE_H_
+#ifndef APPS_SHELL_TEST_APP_SHELL_TEST_LAUNCHER_DELEGATE_H_
+#define APPS_SHELL_TEST_APP_SHELL_TEST_LAUNCHER_DELEGATE_H_
#include "content/public/test/test_launcher.h"
namespace apps {
-class AppsTestLauncherDelegate : public content::TestLauncherDelegate {
+class AppShellTestLauncherDelegate : public content::TestLauncherDelegate {
public:
virtual int RunTestSuite(int argc, char** argv) OVERRIDE;
virtual bool AdjustChildProcessCommandLine(
@@ -20,4 +20,4 @@ class AppsTestLauncherDelegate : public content::TestLauncherDelegate {
} // namespace apps
-#endif // APPS_TEST_APPS_TEST_LAUNCHER_DELEGATE_H_
+#endif // APPS_SHELL_TEST_APP_SHELL_TEST_LAUNCHER_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698