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

Unified Diff: sky/engine/bindings/mojo_natives.cc

Issue 915293003: Rename sky/engine/bindings2 to sky/engine/bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: more better Created 5 years, 10 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 | « sky/engine/bindings/mojo_natives.h ('k') | sky/engine/bindings/nullable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/mojo_natives.cc
diff --git a/sky/engine/bindings2/mojo_natives.cc b/sky/engine/bindings/mojo_natives.cc
similarity index 99%
rename from sky/engine/bindings2/mojo_natives.cc
rename to sky/engine/bindings/mojo_natives.cc
index 708a4037405d55d7a3caa736928064077615f97a..4bda05842a2ab59bf7f3572d757a7d674a95435f 100644
--- a/sky/engine/bindings2/mojo_natives.cc
+++ b/sky/engine/bindings/mojo_natives.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "sky/engine/config.h"
-#include "sky/engine/bindings2/mojo_natives.h"
+#include "sky/engine/bindings/mojo_natives.h"
#include <stdio.h>
#include <string.h>
@@ -15,7 +15,7 @@
#include "dart/runtime/include/dart_api.h"
#include "mojo/public/c/system/core.h"
#include "mojo/public/cpp/system/core.h"
-#include "sky/engine/bindings2/builtin.h"
+#include "sky/engine/bindings/builtin.h"
#include "sky/engine/tonic/dart_converter.h"
#include "sky/engine/tonic/dart_builtin.h"
« no previous file with comments | « sky/engine/bindings/mojo_natives.h ('k') | sky/engine/bindings/nullable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698