// 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 cleaner executable. | |
#include "chrome/chrome_cleaner/settings/settings_definitions.h" | |
namespace chrome_cleaner { | |
TargetBinary GetTargetBinary() { | |
return TargetBinary::kCleaner; | |
} | |
} // namespace chrome_cleaner |