| Index: chrome/common/json_schema_validator_unittest_base.cc
|
| ===================================================================
|
| --- chrome/common/json_schema_validator_unittest_base.cc (revision 123668)
|
| +++ chrome/common/json_schema_validator_unittest_base.cc (working copy)
|
| @@ -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.
|
|
|
| @@ -9,7 +9,7 @@
|
| #include <limits>
|
|
|
| #include "base/file_util.h"
|
| -#include "base/json/json_value_serializer.h"
|
| +#include "base/json/json_file_value_serializer.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/path_service.h"
|
|
|