#include "third_party/blink/public/web/web_local_frame_client.h"
#include <utility>
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/frame/frame_test_helpers.h"
#include "third_party/blink/renderer/core/frame/web_local_frame_impl.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/testing/url_test_helpers.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#include "third_party/blink/renderer/platform/wtf/vector.h"
ToKURL;
namespace blink {
namespace {
class CallTrackingTestWebLocalFrameClient
: public frame_test_helpers::TestWebFrameClient { … };
TEST(WebLocalFrameClientTest, Basic) { … }
}
}