Index: chrome/browser/sync/syncable/syncable_unittest.cc |
diff --git a/chrome/browser/sync/syncable/syncable_unittest.cc b/chrome/browser/sync/syncable/syncable_unittest.cc |
index c2d9bd55d9ee542049510837e2b86c191ceb5e39..4bc6916e7a06700ced7f20b9dea968fa94b9fc5c 100644 |
--- a/chrome/browser/sync/syncable/syncable_unittest.cc |
+++ b/chrome/browser/sync/syncable/syncable_unittest.cc |
@@ -16,6 +16,7 @@ |
#include "base/scoped_temp_dir.h" |
#include "base/stringprintf.h" |
#include "base/synchronization/condition_variable.h" |
+#include "base/test/values_test_util.h" |
#include "base/threading/platform_thread.h" |
#include "base/values.h" |
#include "chrome/browser/sync/engine/syncproto.h" |
@@ -28,13 +29,12 @@ |
#include "chrome/browser/sync/test/engine/test_syncable_utils.h" |
#include "chrome/browser/sync/test/null_directory_change_delegate.h" |
#include "chrome/browser/sync/test/null_transaction_observer.h" |
-#include "chrome/test/base/values_test_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/sqlite/sqlite3.h" |
using browser_sync::TestIdFactory; |
-using test::ExpectDictBooleanValue; |
-using test::ExpectDictStringValue; |
+using base::ExpectDictBooleanValue; |
+using base::ExpectDictStringValue; |
namespace syncable { |