// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_TRACE_EVENT_TRACE_CONFIG_MEMORY_TEST_UTIL_H_ #define BASE_TRACE_EVENT_TRACE_CONFIG_MEMORY_TEST_UTIL_H_ #include "base/strings/stringprintf.h" #include "base/trace_event/memory_dump_manager.h" namespace base { namespace trace_event { class TraceConfigMemoryTestUtil { … }; } // namespace trace_event } // namespace base #endif // BASE_TRACE_EVENT_TRACE_CONFIG_MEMORY_TEST_UTIL_H_