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

Unified Diff: extensions/shell/browser/default_shell_browser_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
Index: extensions/shell/browser/default_shell_browser_main_delegate.h
diff --git a/apps/shell/browser/default_shell_browser_main_delegate.h b/extensions/shell/browser/default_shell_browser_main_delegate.h
similarity index 76%
rename from apps/shell/browser/default_shell_browser_main_delegate.h
rename to extensions/shell/browser/default_shell_browser_main_delegate.h
index fc22c63f2fbe35dca98e1004f3b837b23852d50a..a59c2e4da72ebb0ce5acd0bb65bec9898ec4d97b 100644
--- a/apps/shell/browser/default_shell_browser_main_delegate.h
+++ b/extensions/shell/browser/default_shell_browser_main_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_SHELL_BROWSER_DEFAULT_SHELL_BROWSER_MAIN_DELEGATE_H_
-#define APPS_SHELL_BROWSER_DEFAULT_SHELL_BROWSER_MAIN_DELEGATE_H_
+#ifndef EXTENSIONS_SHELL_BROWSER_DEFAULT_SHELL_BROWSER_MAIN_DELEGATE_H_
+#define EXTENSIONS_SHELL_BROWSER_DEFAULT_SHELL_BROWSER_MAIN_DELEGATE_H_
-#include "apps/shell/browser/shell_browser_main_delegate.h"
#include "base/compiler_specific.h"
#include "base/macros.h"
+#include "extensions/shell/browser/shell_browser_main_delegate.h"
-namespace apps {
+namespace extensions {
// A ShellBrowserMainDelegate that starts an application specified
// by the "--app" command line. This is used only in the browser process.
@@ -27,6 +27,6 @@ class DefaultShellBrowserMainDelegate : public ShellBrowserMainDelegate {
DISALLOW_COPY_AND_ASSIGN(DefaultShellBrowserMainDelegate);
};
-} // namespace apps
+} // namespace extensions
#endif // DEFAULT_SHELL_BROWSER_MAIN_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698