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

Unified Diff: content/browser/loader/resource_dispatcher_host_browsertest.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/loader/resource_dispatcher_host_browsertest.cc
diff --git a/content/browser/loader/resource_dispatcher_host_browsertest.cc b/content/browser/loader/resource_dispatcher_host_browsertest.cc
index e69f948ee4765e42e3774791a34f5e045de70645..92d0d9ec815ad80afaaed953fb01b1ecdeb0160d 100644
--- a/content/browser/loader/resource_dispatcher_host_browsertest.cc
+++ b/content/browser/loader/resource_dispatcher_host_browsertest.cc
@@ -755,11 +755,11 @@ namespace {
struct RequestDataForDelegate {
const GURL url;
const GURL first_party;
- const url::Origin initiator;
+ const base::Optional<url::Origin> initiator;
RequestDataForDelegate(const GURL& url,
const GURL& first_party,
- const url::Origin initiator)
+ const base::Optional<url::Origin>& initiator)
: url(url), first_party(first_party), initiator(initiator) {}
};
« no previous file with comments | « content/browser/loader/async_revalidation_manager_unittest.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698