This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuyujia-webhopper/collector/adg-linux/gen/ipc/constants.mojom-shared.cc
little_stone bd2d50cf35 code update
2022-05-05 20:41:28 +08:00

31 lines
747 B
C++
Executable File

// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable:4065)
#endif
#include "ipc/constants.mojom-shared.h"
#include <utility>
#include "base/logging.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_context.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/lib/validation_util.h"
namespace IPC {
namespace mojom {
namespace internal {
} // namespace internal
} // namespace mojom
} // namespace IPC
#if defined(_MSC_VER)
#pragma warning(pop)
#endif