blob: 83b8d00539817700d049af65fcbe0e4864de51fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Copyright (c) 2010 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.
//
// Autogenerated mock interface definitions for MSHTML.
// The mocked interfaces are declared in mshtml_mocks.py. To add a new
// interface, edit that file.
#ifndef CEEE_TESTING_UTILS_MSHTML_MOCKS_H_
#define CEEE_TESTING_UTILS_MSHTML_MOCKS_H_
#include <mshtml.h>
#include "gmock/gmock.h"
#include "mshtml_mocks.gen" // NOLINT
#endif // CEEE_TESTING_UTILS_MSHTML_MOCKS_H_
|