blob: d752ace7fd4365b37706a18ad4ad0f7ec99f19e8 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
extern "C" int ContentAppMain(int argc, char* argv[]);
int main(int argc, char* argv[]) {
return ContentAppMain(argc, argv);
}