Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 2d0eeb2537b49bddb0045f679802a91c31a45fa1..92032a7ebb110a3211d470cacee538045d2f041e 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -10,9 +10,6 @@ |
namespace blink { |
-enum class WebAppBannerPromptReply; |
-enum class WebSandboxFlags; |
-enum class WebTreeScopeType; |
class WebAutofillClient; |
class WebContentSettingsClient; |
class WebDevToolsAgent; |
@@ -22,6 +19,10 @@ class WebNode; |
class WebScriptExecutionCallback; |
class WebSuspendableTask; |
class WebTestInterfaceFactory; |
+enum class WebAppBannerPromptReply; |
+enum class WebCachePolicy; |
+enum class WebSandboxFlags; |
+enum class WebTreeScopeType; |
struct WebPrintPresetOptions; |
// Interface for interacting with in process frames. This contains methods that |
@@ -87,8 +88,7 @@ public: |
// Navigation ---------------------------------------------------------- |
// Returns a WebURLRequest corresponding to the load of the WebHistoryItem. |
- virtual WebURLRequest requestFromHistoryItem(const WebHistoryItem&, WebURLRequest::CachePolicy) |
- const = 0; |
+ virtual WebURLRequest requestFromHistoryItem(const WebHistoryItem&, WebCachePolicy) const = 0; |
// Returns a WebURLRequest corresponding to the reload of the current |
// HistoryItem. |