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

Side by Side Diff: chrome/browser/ssl/certificate_reporting_test_utils.h

Issue 1899083002: Convert //chrome from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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 #ifndef CHROME_BROWSER_SSL_CERTIFICATE_REPORTING_TEST_UTILS_H_ 5 #ifndef CHROME_BROWSER_SSL_CERTIFICATE_REPORTING_TEST_UTILS_H_
6 #define CHROME_BROWSER_SSL_CERTIFICATE_REPORTING_TEST_UTILS_H_ 6 #define CHROME_BROWSER_SSL_CERTIFICATE_REPORTING_TEST_UTILS_H_
7 7
8 #include <memory>
8 #include <string> 9 #include <string>
9 10
10 #include "base/memory/scoped_ptr.h"
11 #include "chrome/test/base/in_process_browser_test.h" 11 #include "chrome/test/base/in_process_browser_test.h"
12 12
13 class Browser; 13 class Browser;
14 class GURL; 14 class GURL;
15 class SSLCertReporter; 15 class SSLCertReporter;
16 16
17 namespace net { 17 namespace net {
18 class URLRequestContext; 18 class URLRequestContext;
19 } 19 }
20 20
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 base::RunLoop* run_loop, 53 base::RunLoop* run_loop,
54 ExpectReport expect_report); 54 ExpectReport expect_report);
55 55
56 // Returns whether a report should be expected (due to the Finch config) 56 // Returns whether a report should be expected (due to the Finch config)
57 // if the user opts in. 57 // if the user opts in.
58 ExpectReport GetReportExpectedFromFinch(); 58 ExpectReport GetReportExpectedFromFinch();
59 59
60 } // namespace certificate_reporting_test_utils 60 } // namespace certificate_reporting_test_utils
61 61
62 #endif // CHROME_BROWSER_SSL_CERTIFICATE_REPORTING_TEST_UTILS_H_ 62 #endif // CHROME_BROWSER_SSL_CERTIFICATE_REPORTING_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ssl/bad_clock_blocking_page.h ('k') | chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698