Commit d44f1313 authored by Matt Mueller's avatar Matt Mueller Committed by Commit Bot

c/b/safe_browsing/certificate_reporting_service_factory.h: add forward declaration for base::Clock

Change-Id: If6d42457b8d40040ef09695eaf8197b06fd99575
Reviewed-on: https://chromium-review.googlesource.com/967322
Commit-Queue: Nathan Parker <nparker@chromium.org>
Reviewed-by: default avatarNathan Parker <nparker@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545631}
parent f24c75cc
......@@ -8,6 +8,10 @@
#include "base/memory/singleton.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
namespace base {
class Clock;
}
namespace content {
class BrowserContext;
}
......
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