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

Unified Diff: apps/shell/shell_app_sorting.h

Issue 99053008: Rename apps::AppShell* to apps::Shell* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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_delegate.cc ('k') | apps/shell/shell_app_sorting.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/shell_app_sorting.h
diff --git a/apps/shell/app_shell_app_sorting.h b/apps/shell/shell_app_sorting.h
similarity index 88%
rename from apps/shell/app_shell_app_sorting.h
rename to apps/shell/shell_app_sorting.h
index d619aa86c46b989edb3c228f7435dcb89de1ec32..e00dc15cae056840378046e146cdb1a387f6b58f 100644
--- a/apps/shell/app_shell_app_sorting.h
+++ b/apps/shell/shell_app_sorting.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_APP_SORTING_H_
-#define APPS_SHELL_APP_SHELL_APP_SORTING_H_
+#ifndef APPS_SHELL_SHELL_APP_SORTING_H_
+#define APPS_SHELL_SHELL_APP_SORTING_H_
#include "base/compiler_specific.h"
#include "extensions/browser/app_sorting.h"
@@ -12,10 +12,10 @@ namespace apps {
// A stub AppSorting. Since app_shell only runs a single app we don't need to
// sort them.
-class AppShellAppSorting : public extensions::AppSorting {
+class ShellAppSorting : public extensions::AppSorting {
public:
- AppShellAppSorting();
- virtual ~AppShellAppSorting();
+ ShellAppSorting();
+ virtual ~ShellAppSorting();
// extensions::AppSorting overrides:
virtual void SetExtensionScopedPrefs(extensions::ExtensionScopedPrefs* prefs)
@@ -56,9 +56,9 @@ class AppShellAppSorting : public extensions::AppSorting {
virtual void MarkExtensionAsHidden(const std::string& extension_id) OVERRIDE;
private:
- DISALLOW_COPY_AND_ASSIGN(AppShellAppSorting);
+ DISALLOW_COPY_AND_ASSIGN(ShellAppSorting);
};
} // namespace apps
-#endif // APPS_SHELL_APP_SHELL_APP_SORTING_H_
+#endif // APPS_SHELL_SHELL_APP_SORTING_H_
« no previous file with comments | « apps/shell/app_shell_main_delegate.cc ('k') | apps/shell/shell_app_sorting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698