aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoDump/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProtoDump/Program.cs')
-rw-r--r--src/ProtoDump/Program.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ProtoDump/Program.cs b/src/ProtoDump/Program.cs
index 0c66c930..3558bc73 100644
--- a/src/ProtoDump/Program.cs
+++ b/src/ProtoDump/Program.cs
@@ -1,9 +1,8 @@
using System;
using System.IO;
-using System.Reflection;
-using Google.ProtocolBuffers;
-namespace ProtoDump {
+namespace Google.ProtocolBuffers.ProtoDump
+{
/// <summary>
/// Small utility to load a binary message and dump it in text form
/// </summary>
@@ -40,4 +39,4 @@ namespace ProtoDump {
}
}
}
-}
+} \ No newline at end of file