| Index: third_party/grpc/test/core/surface/public_headers_must_be_c89.c
|
| diff --git a/third_party/WebKit/Source/core/style/StyleGridItemData.h b/third_party/grpc/test/core/surface/public_headers_must_be_c89.c
|
| similarity index 50%
|
| copy from third_party/WebKit/Source/core/style/StyleGridItemData.h
|
| copy to third_party/grpc/test/core/surface/public_headers_must_be_c89.c
|
| index 02c356302a0d14121e16c648a235910c2e45c902..579faa44411f94584da216148031f3b440ebad98 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleGridItemData.h
|
| +++ b/third_party/grpc/test/core/surface/public_headers_must_be_c89.c
|
| @@ -1,5 +1,7 @@
|
| /*
|
| - * Copyright (C) 2012 Google Inc. All rights reserved.
|
| + *
|
| + * Copyright 2016, Google Inc.
|
| + * All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -26,44 +28,49 @@
|
| * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| + *
|
| */
|
|
|
| -#ifndef StyleGridItemData_h
|
| -#define StyleGridItemData_h
|
| -
|
| -
|
| -#include "core/style/GridPosition.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class StyleGridItemData : public RefCounted<StyleGridItemData> {
|
| -public:
|
| - static PassRefPtr<StyleGridItemData> create() { return adoptRef(new StyleGridItemData); }
|
| - PassRefPtr<StyleGridItemData> copy() const { return adoptRef(new StyleGridItemData(*this)); }
|
| -
|
| - bool operator==(const StyleGridItemData& o) const
|
| - {
|
| - return m_gridColumnStart == o.m_gridColumnStart && m_gridColumnEnd == o.m_gridColumnEnd
|
| - && m_gridRowStart == o.m_gridRowStart && m_gridRowEnd == o.m_gridRowEnd;
|
| - }
|
| -
|
| - bool operator!=(const StyleGridItemData& o) const
|
| - {
|
| - return !(*this == o);
|
| - }
|
| -
|
| - GridPosition m_gridColumnStart;
|
| - GridPosition m_gridColumnEnd;
|
| - GridPosition m_gridRowStart;
|
| - GridPosition m_gridRowEnd;
|
| -
|
| -private:
|
| - StyleGridItemData();
|
| - StyleGridItemData(const StyleGridItemData&);
|
| -};
|
| -
|
| -} // namespace blink
|
| +#include <grpc/byte_buffer.h>
|
| +#include <grpc/byte_buffer_reader.h>
|
| +#include <grpc/census.h>
|
| +#include <grpc/compression.h>
|
| +#include <grpc/grpc.h>
|
| +#include <grpc/grpc_security.h>
|
| +#include <grpc/impl/codegen/alloc.h>
|
| +#include <grpc/impl/codegen/atm.h>
|
| +#include <grpc/impl/codegen/byte_buffer.h>
|
| +#include <grpc/impl/codegen/compression_types.h>
|
| +#include <grpc/impl/codegen/connectivity_state.h>
|
| +#include <grpc/impl/codegen/grpc_types.h>
|
| +#include <grpc/impl/codegen/log.h>
|
| +#include <grpc/impl/codegen/port_platform.h>
|
| +#include <grpc/impl/codegen/propagation_bits.h>
|
| +#include <grpc/impl/codegen/slice.h>
|
| +#include <grpc/impl/codegen/slice_buffer.h>
|
| +#include <grpc/impl/codegen/status.h>
|
| +#include <grpc/impl/codegen/sync.h>
|
| +#include <grpc/impl/codegen/sync_generic.h>
|
| +#include <grpc/impl/codegen/time.h>
|
| +#include <grpc/status.h>
|
| +#include <grpc/support/alloc.h>
|
| +#include <grpc/support/atm.h>
|
| +#include <grpc/support/avl.h>
|
| +#include <grpc/support/cmdline.h>
|
| +#include <grpc/support/cpu.h>
|
| +#include <grpc/support/histogram.h>
|
| +#include <grpc/support/host_port.h>
|
| +#include <grpc/support/log.h>
|
| +#include <grpc/support/port_platform.h>
|
| +#include <grpc/support/slice.h>
|
| +#include <grpc/support/slice_buffer.h>
|
| +#include <grpc/support/string_util.h>
|
| +#include <grpc/support/subprocess.h>
|
| +#include <grpc/support/sync.h>
|
| +#include <grpc/support/sync_generic.h>
|
| +#include <grpc/support/thd.h>
|
| +#include <grpc/support/time.h>
|
| +#include <grpc/support/tls.h>
|
| +#include <grpc/support/useful.h>
|
|
|
| -#endif // StyleGridItemData_h
|
| +int main(int argc, char **argv) { return 0; }
|
|
|