| Index: chrome/browser/sync/syncable/model_type_payload_map_unittest.cc
|
| diff --git a/chrome/browser/sync/syncable/model_type_payload_map_unittest.cc b/chrome/browser/sync/syncable/model_type_payload_map_unittest.cc
|
| index ddddc67d92c474017652e9e49bec5cd64bf6a3c3..28e30f9e939f58327a506de3edc018a1797081bc 100644
|
| --- a/chrome/browser/sync/syncable/model_type_payload_map_unittest.cc
|
| +++ b/chrome/browser/sync/syncable/model_type_payload_map_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 "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace syncable {
|
| namespace {
|
|
|
| -using test::ExpectDictStringValue;
|
| +using base::ExpectDictStringValue;
|
|
|
| class ModelTypePayloadMapTest : public testing::Test {};
|
|
|
|
|