| Index: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
|
| diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d877a8326cb1668da598fa2eafc007378faf14b9
|
| --- /dev/null
|
| +++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
|
| @@ -0,0 +1,21 @@
|
| +// Copyright 2014 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 InternalsNavigatorContentUtils_h
|
| +#define InternalsNavigatorContentUtils_h
|
| +
|
| +namespace WebCore {
|
| +
|
| +class Document;
|
| +class NavigatorContentUtilsClientMock;
|
| +class Internals;
|
| +
|
| +class InternalsNavigatorContentUtils {
|
| +public:
|
| + static void setNavigatorContentUtilsClientMock(Internals&, Document*);
|
| +};
|
| +
|
| +} // namespace WebCore
|
| +
|
| +#endif // InternalsNavigatorContentUtils_h
|
|
|