blob: 2295bc0e32b38d6308131195240c998b66a79ab5 [file] [log] [blame]
// Copyright 2020 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TESTING_GCED_EMBEDDER_TEST_H_
#define TESTING_GCED_EMBEDDER_TEST_H_
#include <memory>
#include "testing/js_embedder_test.h"
class GCedEmbedderTest : public JSEmbedderTest {
public:
void PumpPlatformMessageLoop();
};
#endif // TESTING_GCED_EMBEDDER_TEST_H_