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

Unified Diff: extensions/shell/renderer/shell_custom_bindings.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/renderer/shell_custom_bindings.cc
diff --git a/apps/shell/renderer/shell_custom_bindings.cc b/extensions/shell/renderer/shell_custom_bindings.cc
similarity index 88%
rename from apps/shell/renderer/shell_custom_bindings.cc
rename to extensions/shell/renderer/shell_custom_bindings.cc
index c4101b6ba0886dbe852fda02367bd54a8b703e95..40965cacef84d748b4746fe657c6f82f53384054 100644
--- a/apps/shell/renderer/shell_custom_bindings.cc
+++ b/extensions/shell/renderer/shell_custom_bindings.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/renderer/shell_custom_bindings.h"
+#include "extensions/shell/renderer/shell_custom_bindings.h"
#include "content/public/renderer/render_thread.h"
#include "content/public/renderer/render_view.h"
@@ -14,10 +14,10 @@
#include "third_party/WebKit/public/web/WebView.h"
#include "v8/include/v8.h"
-namespace apps {
+namespace extensions {
-ShellCustomBindings::ShellCustomBindings(extensions::ScriptContext* context)
- : extensions::ObjectBackedNativeHandler(context) {
+ShellCustomBindings::ShellCustomBindings(ScriptContext* context)
+ : ObjectBackedNativeHandler(context) {
RouteFunction(
"GetView",
base::Bind(&ShellCustomBindings::GetView, base::Unretained(this)));
@@ -54,4 +54,4 @@ void ShellCustomBindings::GetView(
args.GetReturnValue().Set(window);
}
-} // namespace apps
+} // namespace extensions
« no previous file with comments | « extensions/shell/renderer/shell_custom_bindings.h ('k') | extensions/shell/renderer/shell_custom_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698