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

Unified Diff: extensions/shell/browser/shell_runtime_api_delegate.cc

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/shell_runtime_api_delegate.cc
diff --git a/apps/shell/browser/shell_runtime_api_delegate.cc b/extensions/shell/browser/shell_runtime_api_delegate.cc
similarity index 81%
rename from apps/shell/browser/shell_runtime_api_delegate.cc
rename to extensions/shell/browser/shell_runtime_api_delegate.cc
index fc475ba200b8d9d7537d92c511f022b18629233f..3c63da7b438b4acaa6cb35d00411df6ae6e14698 100644
--- a/apps/shell/browser/shell_runtime_api_delegate.cc
+++ b/extensions/shell/browser/shell_runtime_api_delegate.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "apps/shell/browser/shell_runtime_api_delegate.h"
+#include "extensions/shell/browser/shell_runtime_api_delegate.h"
#include "extensions/common/api/runtime.h"
@@ -13,7 +13,7 @@
using extensions::core_api::runtime::PlatformInfo;
-namespace apps {
+namespace extensions {
ShellRuntimeAPIDelegate::ShellRuntimeAPIDelegate() {
}
@@ -21,16 +21,14 @@ ShellRuntimeAPIDelegate::ShellRuntimeAPIDelegate() {
ShellRuntimeAPIDelegate::~ShellRuntimeAPIDelegate() {
}
-void ShellRuntimeAPIDelegate::AddUpdateObserver(
- extensions::UpdateObserver* observer) {
+void ShellRuntimeAPIDelegate::AddUpdateObserver(UpdateObserver* observer) {
}
-void ShellRuntimeAPIDelegate::RemoveUpdateObserver(
- extensions::UpdateObserver* observer) {
+void ShellRuntimeAPIDelegate::RemoveUpdateObserver(UpdateObserver* observer) {
}
base::Version ShellRuntimeAPIDelegate::GetPreviousExtensionVersion(
- const extensions::Extension* extension) {
+ const Extension* extension) {
return base::Version();
}
@@ -65,4 +63,4 @@ bool ShellRuntimeAPIDelegate::RestartDevice(std::string* error_message) {
return false;
}
-} // namespace apps
+} // namespace extensions
« no previous file with comments | « extensions/shell/browser/shell_runtime_api_delegate.h ('k') | extensions/shell/browser/shell_special_storage_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698