Splitting context_menu_params.h into separate browser VS common parts.

This CL takes //content/public/common/context_menu_params.h and splits
it into:

1. //content/public/common/*untrustworthy*_context_menu_params.h
   which contains:
   - UntrustworthyContextMenuParams
   - CustomContextMenuContext (type of a field under
     UntrustworthyContextMenuParams)

2. //content/public/*browser*/context_menu_params.h
   which contains:
   - ContextMenuParams

Bug: 534561
Tbr: [email protected]
Tbr: [email protected]
Tbr: [email protected]
Tbr: [email protected]
Tbr: [email protected]
Tbr: [email protected]
Tbr: [email protected]
Tbr: [email protected]
Tbr: [email protected]
Tbr: [email protected]
Change-Id: Ie6cd124327a423604e33970e099723dedfb8d1ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097468
Commit-Queue: Ɓukasz Anforowicz <[email protected]>
Reviewed-by: Nasko Oskov <[email protected]>
Cr-Commit-Position: refs/heads/master@{#749362}
diff --git a/chrome/browser/ui/android/context_menu_helper.h b/chrome/browser/ui/android/context_menu_helper.h
index 74c1b13..71d645b 100644
--- a/chrome/browser/ui/android/context_menu_helper.h
+++ b/chrome/browser/ui/android/context_menu_helper.h
@@ -14,8 +14,8 @@
 #include "base/macros.h"
 #include "chrome/common/chrome_render_frame.mojom.h"
 #include "components/optimization_guide/proto/performance_hints_metadata.pb.h"
+#include "content/public/browser/context_menu_params.h"
 #include "content/public/browser/web_contents_user_data.h"
-#include "content/public/common/context_menu_params.h"
 #include "mojo/public/cpp/bindings/associated_remote.h"
 
 namespace content {