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

Unified Diff: sky/engine/bindings/dart_event_listener.h

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/dart_callback.cc ('k') | sky/engine/bindings/dart_event_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/dart_event_listener.h
diff --git a/sky/engine/bindings2/dart_event_listener.h b/sky/engine/bindings/dart_event_listener.h
similarity index 91%
rename from sky/engine/bindings2/dart_event_listener.h
rename to sky/engine/bindings/dart_event_listener.h
index 2b3d6fdf867102d9889a4cf287cc9f7de4fa8f1c..d8a901731b04ebdb39d2467b9c9f03809276eb26 100644
--- a/sky/engine/bindings2/dart_event_listener.h
+++ b/sky/engine/bindings/dart_event_listener.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SKY_ENGINE_BINDINGS2_DART_EVENT_LISTENER_H_
-#define SKY_ENGINE_BINDINGS2_DART_EVENT_LISTENER_H_
+#ifndef SKY_ENGINE_BINDINGS_DART_EVENT_LISTENER_H_
+#define SKY_ENGINE_BINDINGS_DART_EVENT_LISTENER_H_
#include "dart/runtime/include/dart_api.h"
#include "sky/engine/core/events/EventListener.h"
@@ -61,4 +61,4 @@ struct DartConverter<EventListener*> {
} // namespace blink
-#endif // SKY_ENGINE_BINDINGS2_DART_EVENT_LISTENER_H_
+#endif // SKY_ENGINE_BINDINGS_DART_EVENT_LISTENER_H_
« no previous file with comments | « sky/engine/bindings/dart_callback.cc ('k') | sky/engine/bindings/dart_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698