| Index: chrome/common/jstemplate_builder.cc
|
| ===================================================================
|
| --- chrome/common/jstemplate_builder.cc (revision 123668)
|
| +++ chrome/common/jstemplate_builder.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.
|
|
|
| @@ -7,7 +7,8 @@
|
|
|
| #include "chrome/common/jstemplate_builder.h"
|
|
|
| -#include "base/json/json_value_serializer.h"
|
| +#include "base/json/json_file_value_serializer.h"
|
| +#include "base/json/json_string_value_serializer.h"
|
| #include "base/logging.h"
|
| #include "base/string_util.h"
|
| #include "grit/common_resources.h"
|
|
|