summaryrefslogtreecommitdiffstats
path: root/sync/util
diff options
context:
space:
mode:
Diffstat (limited to 'sync/util')
-rw-r--r--sync/util/cryptographer_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/util/cryptographer_unittest.cc b/sync/util/cryptographer_unittest.cc
index 3719db3..c045064 100644
--- a/sync/util/cryptographer_unittest.cc
+++ b/sync/util/cryptographer_unittest.cc
@@ -189,7 +189,7 @@ TEST_F(CryptographerTest, Bootstrap) {
std::string token;
EXPECT_TRUE(cryptographer_.GetBootstrapToken(&token));
- EXPECT_TRUE(base::IsStringUTF8(token));
+ EXPECT_TRUE(IsStringUTF8(token));
Cryptographer other_cryptographer(&encryptor_);
other_cryptographer.Bootstrap(token);