Index: win8/test/metro_registration_helper.cc |
diff --git a/win8/test/metro_registration_helper.cc b/win8/test/metro_registration_helper.cc |
index 75319a97a41f42bd70c6e782a38b8ef2bfe965e4..cd4a7729205a454bb3a10e4db774a0e1b46149a9 100644 |
--- a/win8/test/metro_registration_helper.cc |
+++ b/win8/test/metro_registration_helper.cc |
@@ -98,7 +98,7 @@ bool IsTestDefaultForProtocol(const wchar_t* protocol) { |
return false; |
} |
- return string16(win8::test::kDefaultTestProgId).compare(current_app) == 0; |
+ return !base::string16(win8::test::kDefaultTestProgId).compare(current_app); |
} |
} // namespace |