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

Unified Diff: trunk/src/chrome/browser/invalidation/invalidator_storage_unittest.cc

Issue 198163004: Revert 257524 "Move IsStringASCII/UTF8 to base namespace." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
« no previous file with comments | « trunk/src/chrome/browser/internal_auth.cc ('k') | trunk/src/chrome/browser/net/firefox_proxy_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/invalidation/invalidator_storage_unittest.cc
===================================================================
--- trunk/src/chrome/browser/invalidation/invalidator_storage_unittest.cc (revision 257532)
+++ trunk/src/chrome/browser/invalidation/invalidator_storage_unittest.cc (working copy)
@@ -55,7 +55,7 @@
TEST_F(InvalidatorStorageTest, SetGetBootstrapData) {
InvalidatorStorage storage(&pref_service_);
const std::string mess("n\0tK\0\0l\344", 8);
- ASSERT_FALSE(base::IsStringUTF8(mess));
+ ASSERT_FALSE(IsStringUTF8(mess));
storage.SetBootstrapData(mess);
EXPECT_EQ(mess, storage.GetBootstrapData());
« no previous file with comments | « trunk/src/chrome/browser/internal_auth.cc ('k') | trunk/src/chrome/browser/net/firefox_proxy_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698