| // 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. | |
| #include "chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_extension_util_win.h" | |
| namespace safe_browsing { | |
| void GetExtensionNamesFromIds(Profile* profile, | |
| const std::set<base::string16>& extension_ids, | |
| std::set<base::string16>* extension_names) {} | |
| } // namespace safe_browsing |