| Index: chrome/browser/sync/engine/syncproto.h
|
| diff --git a/chrome/browser/sync/engine/syncproto.h b/chrome/browser/sync/engine/syncproto.h
|
| index b53ebc8d99661ea59f7af97123745e835a3195ef..f469c910c3e45e66cd8dd982cb6c50b704cb8e47 100644
|
| --- a/chrome/browser/sync/engine/syncproto.h
|
| +++ b/chrome/browser/sync/engine/syncproto.h
|
| @@ -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,9 +8,9 @@
|
| #define CHROME_BROWSER_SYNC_ENGINE_SYNCPROTO_H_
|
| #pragma once
|
|
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/browser/sync/syncable/model_type.h"
|
| #include "chrome/browser/sync/syncable/syncable_id.h"
|
| +#include "sync/protocol/sync.pb.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|