| Index: chrome/browser/sync/engine/download_updates_command.h
|
| ===================================================================
|
| --- chrome/browser/sync/engine/download_updates_command.h (revision 105679)
|
| +++ chrome/browser/sync/engine/download_updates_command.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2006-2009 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,10 +7,8 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/gtest_prod_util.h"
|
| #include "chrome/browser/sync/engine/model_safe_worker.h"
|
| #include "chrome/browser/sync/engine/syncer_command.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/browser/sync/syncable/model_type.h"
|
|
|
| namespace sync_pb {
|
| @@ -49,9 +47,6 @@
|
| sync_pb::EntitySpecifics* filter_protobuf);
|
|
|
| private:
|
| - FRIEND_TEST_ALL_PREFIXES(DownloadUpdatesCommandTest, VerifyAppendDebugInfo);
|
| - void AppendClientDebugInfoIfNeeded(sessions::SyncSession* session,
|
| - sync_pb::DebugInfo* debug_info);
|
| DISALLOW_COPY_AND_ASSIGN(DownloadUpdatesCommand);
|
| };
|
|
|
|
|