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

Unified Diff: sky/engine/bindings/nullable.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/mojo_natives.cc ('k') | sky/engine/bindings/scheduled_action.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/nullable.h
diff --git a/sky/engine/bindings2/nullable.h b/sky/engine/bindings/nullable.h
similarity index 90%
rename from sky/engine/bindings2/nullable.h
rename to sky/engine/bindings/nullable.h
index 4bca0bae3f5fcedf0ef9b8f8fe987e7ab77c9357..8a5dba622ff627f3810a872f1bf9b20f6bfb30a1 100644
--- a/sky/engine/bindings2/nullable.h
+++ b/sky/engine/bindings/nullable.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_NULLABLE_H_
-#define SKY_ENGINE_BINDINGS2_NULLABLE_H_
+#ifndef SKY_ENGINE_BINDINGS_NULLABLE_H_
+#define SKY_ENGINE_BINDINGS_NULLABLE_H_
#include "base/logging.h"
@@ -51,4 +51,4 @@ class Nullable {
} // namespace blink
-#endif // SKY_ENGINE_BINDINGS2_NULLABLE_H_
+#endif // SKY_ENGINE_BINDINGS_NULLABLE_H_
« no previous file with comments | « sky/engine/bindings/mojo_natives.cc ('k') | sky/engine/bindings/scheduled_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698