Index: chrome/browser/enumerate_modules_model_unittest_win.cc |
diff --git a/chrome/browser/enumerate_modules_model_unittest_win.cc b/chrome/browser/enumerate_modules_model_unittest_win.cc |
index 3b1670d44b1f4fc435d0746e0177a9a77fb957d3..3be0ecd708c3d0e32a39c0ec5f083fbec3445e30 100644 |
--- a/chrome/browser/enumerate_modules_model_unittest_win.cc |
+++ b/chrome/browser/enumerate_modules_model_unittest_win.cc |
@@ -90,15 +90,12 @@ const ModuleEnumerator::Module kStandardModuleNoSignature = |
// Name, location, description and signature are compared by hashing. |
static const char kMatchName[] = "88e8c9e0"; // "bar.dll". |
-static const char kNoMatchName[] = "barfoo.dll"; |
static const char kMatchLocation[] = "e6ca7b1c"; // "c:\\foo\\". |
static const char kNoMatchLocation[] = "c:\\foobar\\"; |
static const char kMatchDesc[] = "5c4419a6"; // "Desc". |
-static const char kNoMatchDesc[] = "NoDesc"; |
static const char kVersionHigh[] = "2.0"; |
static const char kVersionLow[] = "0.5"; |
static const char kMatchSignature[] = "7bfd87e1"; // "Sig". |
-static const char kNoMatchSignature[] = "giS"; |
static const char kEmpty[] = ""; |
const struct MatchingEntryList { |