| Index: chrome/browser/sync/syncable/syncable_id.h
|
| diff --git a/chrome/browser/sync/syncable/syncable_id.h b/chrome/browser/sync/syncable/syncable_id.h
|
| index 148fe2156778978f044d94de2524760e447c716b..f6068670be0716347d55ea0513749570d9871cb5 100644
|
| --- a/chrome/browser/sync/syncable/syncable_id.h
|
| +++ b/chrome/browser/sync/syncable/syncable_id.h
|
| @@ -12,7 +12,6 @@
|
| #include <string>
|
|
|
| #include "base/hash_tables.h"
|
| -#include "chrome/browser/sync/util/fast_dump.h"
|
|
|
| extern "C" {
|
| struct sqlite3;
|
| @@ -31,7 +30,6 @@ class SQLStatement;
|
| namespace syncable {
|
|
|
| std::ostream& operator<<(std::ostream& out, const Id& id);
|
| -browser_sync::FastDump& operator<<(browser_sync::FastDump& out, const Id& id);
|
|
|
| // For historical reasons, 3 concepts got everloaded into the Id:
|
| // 1. A unique, opaque identifier for the object.
|
| @@ -49,8 +47,6 @@ class Id {
|
| friend struct syncable::IdRowTraits;
|
| friend int BindFields(const EntryKernel& entry, SQLStatement* statement);
|
| friend std::ostream& operator<<(std::ostream& out, const Id& id);
|
| - friend browser_sync::FastDump& operator<<
|
| - (browser_sync::FastDump& out, const Id& id);
|
| friend class MockConnectionManager;
|
| friend class SyncableIdTest;
|
| public:
|
|
|