| Index: chrome/browser/sync/internal_api/change_record_unittest.cc
|
| diff --git a/chrome/browser/sync/internal_api/change_record_unittest.cc b/chrome/browser/sync/internal_api/change_record_unittest.cc
|
| index a3ea06acb76fa51d40d4f15f1aa6a8879f4d7a16..e9cb3a4f69fea02ba6192e58084adc32554587eb 100644
|
| --- a/chrome/browser/sync/internal_api/change_record_unittest.cc
|
| +++ b/chrome/browser/sync/internal_api/change_record_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.
|
|
|
| @@ -6,19 +6,19 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string_number_conversions.h"
|
| +#include "base/test/values_test_util.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/sync/protocol/extension_specifics.pb.h"
|
| #include "chrome/browser/sync/protocol/proto_value_conversions.h"
|
| #include "chrome/browser/sync/protocol/sync.pb.h"
|
| -#include "chrome/test/base/values_test_util.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace sync_api {
|
| namespace {
|
|
|
| -using test::ExpectDictDictionaryValue;
|
| -using test::ExpectDictStringValue;
|
| +using base::ExpectDictDictionaryValue;
|
| +using base::ExpectDictStringValue;
|
| using testing::Invoke;
|
| using testing::StrictMock;
|
|
|
|
|