Commit e0d02fe3 authored by sdefresne's avatar sdefresne Committed by Commit bot

Remove forward-declaration of non-existent class

GoogleURLTrackerNavigationHelper class was completely removed as part
of https://codereview.chromium.org/808253006/ but a forward-declaration
was left in the code, remove it.

BUG=None
R=isherman@chromium.org

Review URL: https://codereview.chromium.org/929483005

Cr-Commit-Position: refs/heads/master@{#317466}
parent b8f7d903
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "net/url_request/url_fetcher_delegate.h" #include "net/url_request/url_fetcher_delegate.h"
#include "url/gurl.h" #include "url/gurl.h"
class GoogleURLTrackerNavigationHelper;
class PrefService; class PrefService;
namespace infobars { namespace infobars {
......
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