Skip to content
Snippets Groups Projects
Commit 4b47c247 authored by tim@chromium.org's avatar tim@chromium.org
Browse files

Fix bustage by adding friend decl.

TBR=nick
Review URL: http://codereview.chromium.org/1192001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42371 0039d316-1c4b-4281-b951-d872f2087c98
parent 0d1d9582
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class SyncerThread : public base::RefCountedThreadSafe<SyncerThread>,
FRIEND_TEST(SyncerThreadWithSyncerTest, Nudge);
FRIEND_TEST(SyncerThreadWithSyncerTest, Throttling);
FRIEND_TEST(SyncerThreadWithSyncerTest, AuthInvalid);
FRIEND_TEST(SyncerThreadWithSyncerTest, Pause);
FRIEND_TEST(SyncerThreadWithSyncerTest, DISABLED_Pause);
friend class SyncerThreadWithSyncerTest;
friend class SyncerThreadFactory;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment