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

Unified Diff: services/js/system/handle_unittest.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_close_observer.h ('k') | services/js/system/mojo_runner_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/system/handle_unittest.cc
diff --git a/mojo/edk/js/handle_unittest.cc b/services/js/system/handle_unittest.cc
similarity index 96%
rename from mojo/edk/js/handle_unittest.cc
rename to services/js/system/handle_unittest.cc
index 53f474edbbf57c30225b43b6d09d53e0a7f18433..2cc13651dff196d99fbcd3d46a7eb16cbab1f767 100644
--- a/mojo/edk/js/handle_unittest.cc
+++ b/services/js/system/handle_unittest.cc
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "base/macros.h"
-#include "mojo/edk/js/handle.h"
-#include "mojo/edk/js/handle_close_observer.h"
#include "mojo/public/cpp/system/core.h"
+#include "services/js/system/handle.h"
+#include "services/js/system/handle_close_observer.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « services/js/system/handle_close_observer.h ('k') | services/js/system/mojo_runner_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698