chromium/cc/test/fake_scoped_ui_resource.h

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CC_TEST_FAKE_SCOPED_UI_RESOURCE_H_
#define CC_TEST_FAKE_SCOPED_UI_RESOURCE_H_

#include <memory>

#include "cc/resources/scoped_ui_resource.h"

namespace cc {

class FakeScopedUIResource : public ScopedUIResource {};

}  // namespace cc

#endif  // CC_TEST_FAKE_SCOPED_UI_RESOURCE_H_