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

Unified Diff: chrome/browser/sync/sessions/session_state_unittest.cc

Issue 9483002: Move values_test_util.{h,cc} to base/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 10 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
Index: chrome/browser/sync/sessions/session_state_unittest.cc
diff --git a/chrome/browser/sync/sessions/session_state_unittest.cc b/chrome/browser/sync/sessions/session_state_unittest.cc
index 5a3732473b9f00de72e8861951e152087d467dc7..b2db4c94bf564dff77705c6436ee10d2e0487704 100644
--- a/chrome/browser/sync/sessions/session_state_unittest.cc
+++ b/chrome/browser/sync/sessions/session_state_unittest.cc
@@ -8,20 +8,20 @@
#include "base/base64.h"
#include "base/memory/scoped_ptr.h"
+#include "base/test/values_test_util.h"
#include "base/time.h"
#include "base/values.h"
-#include "chrome/test/base/values_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace browser_sync {
namespace sessions {
namespace {
-using test::ExpectDictBooleanValue;
-using test::ExpectDictDictionaryValue;
-using test::ExpectDictIntegerValue;
-using test::ExpectDictListValue;
-using test::ExpectDictStringValue;
+using base::ExpectDictBooleanValue;
+using base::ExpectDictDictionaryValue;
+using base::ExpectDictIntegerValue;
+using base::ExpectDictListValue;
+using base::ExpectDictStringValue;
class SessionStateTest : public testing::Test {};
« no previous file with comments | « chrome/browser/sync/internal_api/syncapi_unittest.cc ('k') | chrome/browser/sync/syncable/model_type_payload_map_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698