Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Side by Side Diff: chrome/browser/component_updater/sw_reporter_installer_win.h

Issue 2846333003: Chrome cleaner: move Chrome Cleaner files to their own directory (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/component_updater/sw_reporter_installer_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_ 5 #ifndef CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_
6 #define CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_ 6 #define CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 #include <memory> 9 #include <memory>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/callback.h" 13 #include "base/callback.h"
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "chrome/browser/safe_browsing/srt_fetcher_win.h" 15 #include "chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_win.h"
16 #include "components/component_updater/default_component_installer.h" 16 #include "components/component_updater/default_component_installer.h"
17 17
18 class PrefRegistrySimple; 18 class PrefRegistrySimple;
19 19
20 namespace base { 20 namespace base {
21 class DictionaryValue; 21 class DictionaryValue;
22 class FilePath; 22 class FilePath;
23 class Version; 23 class Version;
24 } 24 }
25 25
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 // Register local state preferences related to the SwReporter. 89 // Register local state preferences related to the SwReporter.
90 void RegisterPrefsForSwReporter(PrefRegistrySimple* registry); 90 void RegisterPrefsForSwReporter(PrefRegistrySimple* registry);
91 91
92 // Register profile preferences related to the SwReporter. 92 // Register profile preferences related to the SwReporter.
93 void RegisterProfilePrefsForSwReporter( 93 void RegisterProfilePrefsForSwReporter(
94 user_prefs::PrefRegistrySyncable* registry); 94 user_prefs::PrefRegistrySyncable* registry);
95 95
96 } // namespace component_updater 96 } // namespace component_updater
97 97
98 #endif // CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_ 98 #endif // CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/component_updater/sw_reporter_installer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698