blob: 342ba5681944fc3f1b01b06d91151dc18f52cc4e [file] [log] [blame]
// Copyright 2016 The Chromium 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 CONTENT_PUBLIC_TEST_MEMORY_COORDINATOR_TEST_UTILS_H_
#define CONTENT_PUBLIC_TEST_MEMORY_COORDINATOR_TEST_UTILS_H_
namespace content {
// Sets up MemoryCoordinatorProxy with a regular MemoryCoordinator.
void SetUpMemoryCoordinatorProxyForTesting();
}
#endif // CONTENT_PUBLIC_TEST_MEMORY_COORDINATOR_TEST_UTILS_H_