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

Unified Diff: content/common/frame_messages.h

Issue 2038813003: Making ResourceRequestBody part of //content's public API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 88c9e3d1b8f987fcbe9766c416dc9964a7ea583a..43dc9319bdd266279108277dafaf5c4b8e05aa22 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -23,7 +23,7 @@
#include "content/common/frame_replication_state.h"
#include "content/common/navigation_gesture.h"
#include "content/common/navigation_params.h"
-#include "content/common/resource_request_body.h"
+#include "content/common/resource_request_body_impl.h"
Charlie Reis 2016/06/07 22:21:01 Is this stale?
Łukasz Anforowicz 2016/06/08 16:51:56 Indeed. I should have removed that in my recent C
#include "content/common/savable_subframe.h"
#include "content/public/common/color_suggestion.h"
#include "content/public/common/common_param_traits.h"

Powered by Google App Engine
This is Rietveld 408576698