| 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_
|
|
|