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