| Index: chrome/browser/sync/engine/syncproto.h
|
| diff --git a/chrome/browser/sync/engine/syncproto.h b/chrome/browser/sync/engine/syncproto.h
|
| index 4bd4596535b179e78ebeb972eba5a732f8d60347..b53ebc8d99661ea59f7af97123745e835a3195ef 100644
|
| --- a/chrome/browser/sync/engine/syncproto.h
|
| +++ b/chrome/browser/sync/engine/syncproto.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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,6 @@
|
| #define CHROME_BROWSER_SYNC_ENGINE_SYNCPROTO_H_
|
| #pragma once
|
|
|
| -#include "chrome/browser/sync/protocol/bookmark_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/password_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/preference_specifics.pb.h"
|
| #include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/browser/sync/syncable/model_type.h"
|
| #include "chrome/browser/sync/syncable/syncable_id.h"
|
|
|