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

Unified Diff: win8/test/metro_registration_helper.cc

Issue 119733002: Add base:: to string16s in win8/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years 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
« no previous file with comments | « win8/metro_driver/winrt_utils.cc ('k') | win8/test/open_with_dialog_async.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « win8/metro_driver/winrt_utils.cc ('k') | win8/test/open_with_dialog_async.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698