blob: 657533426acdda1c645fa0d15aa3c2f7297cc355 [file] [log] [blame]
// Copyright 2018 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.
// Provides the target binary to be used by the reporter executable.
#include "chrome/chrome_cleaner/settings/settings_definitions.h"
namespace chrome_cleaner {
TargetBinary GetTargetBinary() {
return TargetBinary::kReporter;
}
} // namespace chrome_cleaner