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

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: 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
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 88%
rename from apps/shell/shell_main_delegate.h
rename to apps/shell/app/shell_main_delegate.h
index 19f033356e38a59091b45b2c51981a0faebc62be..1506b711d4c3630d230faa5f89ba42b21d791a00 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"
@@ -37,4 +37,4 @@ class ShellMainDelegate : public content::ContentMainDelegate {
} // namespace apps
-#endif // APPS_SHELL_SHELL_MAIN_DELEGATE_H_
+#endif // APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698