Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1327)

Unified Diff: chrome/browser/download/download_browsertest.cc

Issue 1818133002: Move TestSafeBrowsingService* to anonymous namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: indentation Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_browsertest.cc
diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc
index 00954d212feb5905851d866209819017b0ce9686..391625edd84df479998dc4907ff650cfbe9e2a53 100644
--- a/chrome/browser/download/download_browsertest.cc
+++ b/chrome/browser/download/download_browsertest.cc
@@ -1077,6 +1077,8 @@ class DownloadTest : public InProcessBrowserTest {
scoped_ptr<DownloadTestFileActivityObserver> file_activity_observer_;
};
+namespace {
+
class FakeDownloadProtectionService
: public safe_browsing::DownloadProtectionService {
public:
@@ -1152,6 +1154,8 @@ class DownloadTestWithFakeSafeBrowsing : public DownloadTest {
scoped_ptr<TestSafeBrowsingServiceFactory> test_safe_browsing_factory_;
};
+} // namespace
+
// NOTES:
//
// Files for these tests are found in DIR_TEST_DATA (currently
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698