Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs

Issue 10836143: Refactored the VS add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs
diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs b/visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs
index d268321fa3e0b80d8a765bca16610994c0f004ad..5cb982748a29d8e7bb4290cca6cc68d311dde9f2 100644
--- a/visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs
+++ b/visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs
@@ -4,9 +4,7 @@
namespace UnitTests
{
- using System;
using System.Collections.Generic;
- using System.Management;
/// <summary>
/// A fake process searcher that allows the list of 'processes' on the system to be faked.

Powered by Google App Engine
This is Rietveld 408576698