blob: 00428e39bd9ce4380dc0c86a837496b5a4a77940 [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 executables other than the reporter
// and cleaner.
#include "chrome/chrome_cleaner/settings/settings_definitions.h"
namespace chrome_cleaner {
TargetBinary GetTargetBinary() {
return TargetBinary::kOther;
}
} // namespace chrome_cleaner