| Index: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
|
| diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
|
| index 00e5e00f0ab12220085bbc6eee56f1d81a2a9df5..4edd3ca948144143c1cb0b9cc3160b565840b685 100644
|
| --- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
|
| +++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef InternalsNavigatorContentUtils_h
|
| #define InternalsNavigatorContentUtils_h
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Document;
|
| class Internals;
|
| @@ -15,6 +15,6 @@ public:
|
| static void setNavigatorContentUtilsClientMock(Internals&, Document*);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // InternalsNavigatorContentUtils_h
|
|
|