fix: add file_path.h include for incomplete type error

Forward declaration of base::FilePath is no longer sufficient due to
upstream header reorganization. Explicit include needed.

Ref: Unable to locate CL
This commit is contained in:
Samuel Attard
2025-11-22 02:38:48 -08:00
parent 2f1a4cde18
commit 50d2f98929

View File

@@ -13,6 +13,7 @@
#include <variant>
#include <vector>
#include "base/files/file_path.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/media_stream_request.h"
#include "mojo/public/cpp/bindings/remote.h"