summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Log
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-04-24 18:33:06 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-04-24 18:33:06 +0900
commit162dae12616ed24b1a5109491ea711a984f6ba6c (patch)
tree6f75da63cc334b7a1c14848d6c89d4cdd017313e /Xamarin.Forms.Platform.Tizen/Log
parentb16baa726bbdcb66138e55623e0a6d503de5f668 (diff)
downloadxamarin-forms-162dae12616ed24b1a5109491ea711a984f6ba6c.tar.gz
xamarin-forms-162dae12616ed24b1a5109491ea711a984f6ba6c.tar.bz2
xamarin-forms-162dae12616ed24b1a5109491ea711a984f6ba6c.zip
Remove InternalsVissibleTo from Core to XF.Platforms.Tizen
- Please refer to prior patch (#782)
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Log')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Log/XamarinLogListener.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Log/XamarinLogListener.cs b/Xamarin.Forms.Platform.Tizen/Log/XamarinLogListener.cs
index 02bdb0f1..ecd373dd 100644
--- a/Xamarin.Forms.Platform.Tizen/Log/XamarinLogListener.cs
+++ b/Xamarin.Forms.Platform.Tizen/Log/XamarinLogListener.cs
@@ -1,4 +1,4 @@
-using System;
+using Xamarin.Forms.Internals;
namespace Xamarin.Forms.Platform.Tizen
{