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

Side by Side Diff: chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_browsertest_win.cc

Issue 2869383002: Unify safe_browsing* components [1]: move safe_browsing_prefs* (Closed)
Patch Set: fix compile on win 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 #include "chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_win.h" 5 #include "chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_win.h"
6 6
7 #include <initializer_list> 7 #include <initializer_list>
8 #include <set> 8 #include <set>
9 #include <tuple> 9 #include <tuple>
10 #include <utility> 10 #include <utility>
(...skipping 23 matching lines...) Expand all
34 #include "chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h" 34 #include "chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h"
35 #include "chrome/browser/safe_browsing/chrome_cleaner/srt_client_info_win.h" 35 #include "chrome/browser/safe_browsing/chrome_cleaner/srt_client_info_win.h"
36 #include "chrome/browser/ui/browser.h" 36 #include "chrome/browser/ui/browser.h"
37 #include "chrome/browser/ui/browser_finder.h" 37 #include "chrome/browser/ui/browser_finder.h"
38 #include "chrome/browser/ui/test/test_browser_dialog.h" 38 #include "chrome/browser/ui/test/test_browser_dialog.h"
39 #include "chrome/common/pref_names.h" 39 #include "chrome/common/pref_names.h"
40 #include "chrome/test/base/in_process_browser_test.h" 40 #include "chrome/test/base/in_process_browser_test.h"
41 #include "components/chrome_cleaner/public/constants/constants.h" 41 #include "components/chrome_cleaner/public/constants/constants.h"
42 #include "components/component_updater/pref_names.h" 42 #include "components/component_updater/pref_names.h"
43 #include "components/prefs/pref_service.h" 43 #include "components/prefs/pref_service.h"
44 #include "components/safe_browsing_db/safe_browsing_prefs.h" 44 #include "components/safe_browsing/common/safe_browsing_prefs.h"
45 #include "mojo/edk/embedder/embedder.h" 45 #include "mojo/edk/embedder/embedder.h"
46 #include "mojo/edk/embedder/scoped_ipc_support.h" 46 #include "mojo/edk/embedder/scoped_ipc_support.h"
47 #include "mojo/edk/system/core.h" 47 #include "mojo/edk/system/core.h"
48 #include "testing/multiprocess_func_list.h" 48 #include "testing/multiprocess_func_list.h"
49 49
50 namespace safe_browsing { 50 namespace safe_browsing {
51 51
52 namespace { 52 namespace {
53 53
54 using chrome_cleaner::mojom::ElevationStatus; 54 using chrome_cleaner::mojom::ElevationStatus;
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 // testing framework. 960 // testing framework.
961 IN_PROC_BROWSER_TEST_F(SRTFetcherPromptTest, InvokeDialog_SRTErrorNoFile) { 961 IN_PROC_BROWSER_TEST_F(SRTFetcherPromptTest, InvokeDialog_SRTErrorNoFile) {
962 RunDialog(); 962 RunDialog();
963 } 963 }
964 964
965 IN_PROC_BROWSER_TEST_F(SRTFetcherPromptTest, InvokeDialog_SRTErrorFile) { 965 IN_PROC_BROWSER_TEST_F(SRTFetcherPromptTest, InvokeDialog_SRTErrorFile) {
966 RunDialog(); 966 RunDialog();
967 } 967 }
968 968
969 } // namespace safe_browsing 969 } // namespace safe_browsing
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698