Index: chrome/common/net/gaia/google_service_auth_error_unittest.cc |
diff --git a/chrome/common/net/gaia/google_service_auth_error_unittest.cc b/chrome/common/net/gaia/google_service_auth_error_unittest.cc |
index 111bc550ceae92591e1c1e738266bb4abff07eaa..e78c52056abc007e7a4bb8b359546a7f8e226163 100644 |
--- a/chrome/common/net/gaia/google_service_auth_error_unittest.cc |
+++ b/chrome/common/net/gaia/google_service_auth_error_unittest.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -7,14 +7,14 @@ |
#include <string> |
#include "base/memory/scoped_ptr.h" |
+#include "base/test/values_test_util.h" |
#include "base/values.h" |
-#include "chrome/test/base/values_test_util.h" |
#include "net/base/net_errors.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace { |
-using test::ExpectDictStringValue; |
+using base::ExpectDictStringValue; |
class GoogleServiceAuthErrorTest : public testing::Test {}; |