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

Unified Diff: extensions/shell/test/shell_test_launcher_delegate.h

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 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 | « extensions/shell/test/shell_test.cc ('k') | extensions/shell/test/shell_test_launcher_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/test/shell_test_launcher_delegate.h
diff --git a/apps/shell/test/shell_test_launcher_delegate.h b/extensions/shell/test/shell_test_launcher_delegate.h
similarity index 70%
rename from apps/shell/test/shell_test_launcher_delegate.h
rename to extensions/shell/test/shell_test_launcher_delegate.h
index e7977b3efe868d5e82c15a71cdc981a9731d9bb9..8e62f5ded1428dedf7d89be13ae9e1d3306a3291 100644
--- a/apps/shell/test/shell_test_launcher_delegate.h
+++ b/extensions/shell/test/shell_test_launcher_delegate.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APPS_SHELL_TEST_SHELL_TEST_LAUNCHER_DELEGATE_H_
-#define APPS_SHELL_TEST_SHELL_TEST_LAUNCHER_DELEGATE_H_
+#ifndef EXTENSIONS_SHELL_TEST_SHELL_TEST_LAUNCHER_DELEGATE_H_
+#define EXTENSIONS_SHELL_TEST_SHELL_TEST_LAUNCHER_DELEGATE_H_
#include "content/public/test/test_launcher.h"
-namespace apps {
+namespace extensions {
class AppShellTestLauncherDelegate : public content::TestLauncherDelegate {
public:
@@ -18,6 +18,6 @@ class AppShellTestLauncherDelegate : public content::TestLauncherDelegate {
virtual content::ContentMainDelegate* CreateContentMainDelegate() OVERRIDE;
};
-} // namespace apps
+} // namespace extensions
-#endif // APPS_SHELL_TEST_SHELL_TEST_LAUNCHER_DELEGATE_H_
+#endif // EXTENSIONS_SHELL_TEST_SHELL_TEST_LAUNCHER_DELEGATE_H_
« no previous file with comments | « extensions/shell/test/shell_test.cc ('k') | extensions/shell/test/shell_test_launcher_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698