Commit 08ec9eb5 authored by Daniel Rubery's avatar Daniel Rubery Committed by Commit Bot

Remove friend class that doesn't exist in SafeBrowsingService

SafeBrowsingURLRequestContextGetter doesn't exist anymore, so remove the
friend class declaration.

Bug: 678653
Change-Id: If8e5105ff5e8178f3402372c4df43138e30c1a92
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041887
Auto-Submit: Daniel Rubery <drubery@chromium.org>
Reviewed-by: default avatarXinghui Lu <xinghuilu@chromium.org>
Commit-Queue: Xinghui Lu <xinghuilu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#739216}
parent 4bbd2045
...@@ -210,7 +210,6 @@ class SafeBrowsingService : public SafeBrowsingServiceInterface, ...@@ -210,7 +210,6 @@ class SafeBrowsingService : public SafeBrowsingServiceInterface,
friend class extensions::SafeBrowsingPrivateApiUnitTest; friend class extensions::SafeBrowsingPrivateApiUnitTest;
friend class SafeBrowsingServerTest; friend class SafeBrowsingServerTest;
friend class SafeBrowsingUIManagerTest; friend class SafeBrowsingUIManagerTest;
friend class SafeBrowsingURLRequestContextGetter;
friend class TestSafeBrowsingService; friend class TestSafeBrowsingService;
friend class TestSafeBrowsingServiceFactory; friend class TestSafeBrowsingServiceFactory;
friend class V4SafeBrowsingServiceTest; friend class V4SafeBrowsingServiceTest;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment