#ifndef CHROME_BROWSER_SAFE_BROWSING_TEST_EXTENSION_EVENT_OBSERVER_H_
#define CHROME_BROWSER_SAFE_BROWSING_TEST_EXTENSION_EVENT_OBSERVER_H_
#include "base/values.h"
#include "extensions/browser/test_event_router.h"
class GURL;
namespace safe_browsing {
class TestExtensionEventObserver
: public extensions::TestEventRouter::EventObserver { … };
std::unique_ptr<KeyedService> BuildSafeBrowsingPrivateEventRouter(
content::BrowserContext* context);
std::unique_ptr<KeyedService> BuildRealtimeReportingClient(
content::BrowserContext* context);
}
#endif