Skip to content

Commit 3ca0520

Browse files
committed
Fix namespace
1 parent cda6ce7 commit 3ca0520

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CefSharp.OutOfProcess.Core/OutOfProcessConnectionTransport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System;
33
using System.Threading.Tasks;
44

5-
namespace CefSharp.OutOfProcess.WinForms
5+
namespace CefSharp.OutOfProcess
66
{
77
public class OutOfProcessConnectionTransport : IConnectionTransport
88
{

CefSharp.OutOfProcess.Wpf.HwndHost/ChromiumWebBrowser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
44

55
using CefSharp.OutOfProcess.Internal;
6-
using CefSharp.OutOfProcess.WinForms;
6+
using CefSharp.OutOfProcess;
77
using CefSharp.OutOfProcess.Wpf.HwndHost.Internals;
88
using CefSharp.Dom;
99
using PInvoke;

0 commit comments

Comments
 (0)