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

Unified Diff: mojo/edk/js/handle.cc

Issue 690743003: Move mojo/bindings/js to mojo/edk/js (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: mojo/edk/js/handle.cc
diff --git a/mojo/bindings/js/handle.cc b/mojo/edk/js/handle.cc
similarity index 96%
rename from mojo/bindings/js/handle.cc
rename to mojo/edk/js/handle.cc
index 4680b65edb314aaf6c12077e144634a604503587..ae3415f05647e777a428eef41ba0bf1516e4c03e 100644
--- a/mojo/bindings/js/handle.cc
+++ b/mojo/edk/js/handle.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/bindings/js/handle.h"
+#include "mojo/edk/js/handle.h"
#include <sstream>
-#include "mojo/bindings/js/handle_close_observer.h"
+#include "mojo/edk/js/handle_close_observer.h"
namespace mojo {
namespace js {

Powered by Google App Engine
This is Rietveld 408576698