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

Unified Diff: extensions/shell/app/shell_main_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/app/shell_main.cc ('k') | extensions/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/app/shell_main_delegate.h
diff --git a/apps/shell/app/shell_main_delegate.h b/extensions/shell/app/shell_main_delegate.h
similarity index 89%
rename from apps/shell/app/shell_main_delegate.h
rename to extensions/shell/app/shell_main_delegate.h
index 465f60ee1d257266bed81ccd9248f86bbe31654b..abd564ab1b1a05a904f4b0d063a7401aee93b19b 100644
--- a/apps/shell/app/shell_main_delegate.h
+++ b/extensions/shell/app/shell_main_delegate.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
-#define APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
+#ifndef EXTENSIONS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
+#define EXTENSIONS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
@@ -16,7 +16,7 @@ class ContentClient;
class ContentRendererClient;
}
-namespace apps {
+namespace extensions {
class ShellBrowserMainDelegate;
class ShellRendererMainDelegate;
@@ -55,6 +55,6 @@ class ShellMainDelegate : public content::ContentMainDelegate {
DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
};
-} // namespace apps
+} // namespace extensions
-#endif // APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
+#endif // EXTENSIONS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
« no previous file with comments | « extensions/shell/app/shell_main.cc ('k') | extensions/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698