blob: 88e6c195b7a3bac920815f0cef0315b3a358c1af [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/updater/updater.h"
int main(int argc, const char* argv[]) {
return updater::UpdaterMain(argc, argv);
}