| Index: chrome/browser/predictors/resource_prefetch_common.h
|
| diff --git a/chrome/browser/predictors/resource_prefetch_common.h b/chrome/browser/predictors/resource_prefetch_common.h
|
| index 7dd2139bbb25e2b54d3b805954d8f6d416bccb6c..afbd9240545ce0846f09f6818db313f583d4ee85 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_common.h
|
| +++ b/chrome/browser/predictors/resource_prefetch_common.h
|
| @@ -38,11 +38,11 @@ enum class PrefetchOrigin { NAVIGATION, EXTERNAL };
|
| // Represents a single navigation for a render frame.
|
| struct NavigationID {
|
| NavigationID();
|
| - NavigationID(int render_process_id,
|
| - int render_frame_id,
|
| - const GURL& main_frame_url);
|
| - NavigationID(const NavigationID& other);
|
| explicit NavigationID(content::WebContents* web_contents);
|
| + NavigationID(content::WebContents* web_contents,
|
| + const GURL& main_frame_url,
|
| + const base::TimeTicks& creation_time);
|
| + NavigationID(const NavigationID& other);
|
| bool operator<(const NavigationID& rhs) const;
|
| bool operator==(const NavigationID& rhs) const;
|
|
|
|
|