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

Unified Diff: services/js/system/handle.cc

Issue 1374023002: Move JS support code from //mojo/edk/js to //services/js/system (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « services/js/system/handle.h ('k') | services/js/system/handle_close_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/system/handle.cc
diff --git a/mojo/edk/js/handle.cc b/services/js/system/handle.cc
similarity index 95%
rename from mojo/edk/js/handle.cc
rename to services/js/system/handle.cc
index de8f3383836494bc63fc67134da1cc88302797a3..c861c8bb176b928a417a9a686359da0e6e161cd7 100644
--- a/mojo/edk/js/handle.cc
+++ b/services/js/system/handle.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/edk/js/handle.h"
+#include "services/js/system/handle.h"
-#include "mojo/edk/js/handle_close_observer.h"
+#include "services/js/system/handle_close_observer.h"
namespace mojo {
namespace js {
« no previous file with comments | « services/js/system/handle.h ('k') | services/js/system/handle_close_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698