forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't need to export an abstract interface.
R=rvargas@chromium.org BUG=99185 TEST=none Review URL: http://codereview.chromium.org/8342019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106355 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
wtc@chromium.org
committed
Oct 19, 2011
1 parent
6bea7b4
commit e00f24b
Showing
3 changed files
with
2 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +0,0 @@ | ||
// Copyright (c) 2011 The Chromium Authors. All rights reserved. | ||
// Use of this source code is governed by a BSD-style license that can be | ||
// found in the LICENSE file. | ||
|
||
#include "net/url_request/fraudulent_certificate_reporter.h" | ||
|
||
namespace net { | ||
|
||
// This is necessary to build the net.dll shared library on Windows. | ||
FraudulentCertificateReporter::~FraudulentCertificateReporter() { | ||
} | ||
|
||
} // namespace net | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters