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

Unified Diff: apps/shell/app/shell_main_delegate.h

Issue 151893002: Reorganize apps/shell into app, browser and common directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (subdirs) Created 6 years, 11 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 | « apps/shell/app/shell_main.cc ('k') | apps/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/app/shell_main_delegate.h
diff --git a/apps/shell/shell_main_delegate.h b/apps/shell/app/shell_main_delegate.h
similarity index 90%
rename from apps/shell/shell_main_delegate.h
rename to apps/shell/app/shell_main_delegate.h
index 14f56589df52f26898da9c5c086e18a62be7b5af..6af939501a3896919eb1487ef07ea49769d8eea6 100644
--- a/apps/shell/shell_main_delegate.h
+++ b/apps/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_SHELL_MAIN_DELEGATE_H_
-#define APPS_SHELL_SHELL_MAIN_DELEGATE_H_
+#ifndef APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
+#define APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
@@ -44,4 +44,4 @@ class ShellMainDelegate : public content::ContentMainDelegate {
} // namespace apps
-#endif // APPS_SHELL_SHELL_MAIN_DELEGATE_H_
+#endif // APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
« no previous file with comments | « apps/shell/app/shell_main.cc ('k') | apps/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698