Chromium Code Reviews| Index: mojo/public/c/bindings/union.h |
| diff --git a/mojom/mojom_tool/utils/math_utils.go b/mojo/public/c/bindings/union.h |
| similarity index 54% |
| copy from mojom/mojom_tool/utils/math_utils.go |
| copy to mojo/public/c/bindings/union.h |
| index 6ef74a4856942a9de57b10bcce3a342a33ed9334..54d95d0feb606f6e130b79eceb56aaf7a168ddb6 100644 |
| --- a/mojom/mojom_tool/utils/math_utils.go |
| +++ b/mojo/public/c/bindings/union.h |
| @@ -2,11 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -package utils |
| +#ifndef MOJO_PUBLIC_C_BINDINGS_MOJOM_UNION_H_ |
| +#define MOJO_PUBLIC_C_BINDINGS_MOJOM_UNION_H_ |
|
viettrungluu
2016/06/17 20:37:19
This file seems awfully empty.
|
| -func MaximumUint32(a, b uint32) uint32 { |
| - if a > b { |
| - return a |
| - } |
| - return b |
| -} |
| +#endif // MOJO_PUBLIC_C_BINDINGS_MOJOM_UNION_H_ |