| Index: chrome/browser/sync/internal_api/change_record.cc
|
| diff --git a/chrome/browser/sync/internal_api/change_record.cc b/chrome/browser/sync/internal_api/change_record.cc
|
| index 5552f99b1c0a24d58d7c0f898cb541966895c60c..f13020382e0ad99136ecc9f7e546b4a8ef2e2812 100644
|
| --- a/chrome/browser/sync/internal_api/change_record.cc
|
| +++ b/chrome/browser/sync/internal_api/change_record.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.
|
|
|
| @@ -8,7 +8,7 @@
|
| #include "base/values.h"
|
| #include "chrome/browser/sync/internal_api/base_node.h"
|
| #include "chrome/browser/sync/internal_api/read_node.h"
|
| -#include "chrome/browser/sync/protocol/proto_value_conversions.h"
|
| +#include "sync/protocol/proto_value_conversions.h"
|
|
|
| namespace sync_api {
|
|
|
|
|