// Copyright 2015 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TESTING_EMBEDDER_TEST_TIMER_HANDLING_DELEGATE_H_ #define TESTING_EMBEDDER_TEST_TIMER_HANDLING_DELEGATE_H_ #include <map> #include <string> #include <utility> #include <vector> #include "testing/embedder_test.h" #include "testing/fx_string_testhelpers.h" class EmbedderTestTimerHandlingDelegate final : public EmbedderTest::Delegate { … }; #endif // TESTING_EMBEDDER_TEST_TIMER_HANDLING_DELEGATE_H_