summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-18 02:03:31 +0000
committerpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-18 02:03:31 +0000
commit4c561633e8eab426db0f94f3f03543e94c57ff77 (patch)
treebdc8fb526dc6599336aebb19681340232de49ac0 /chrome
parent7a16aeeb28850afdf5d512cc2e4bb2e58f4b1c10 (diff)
downloadchromium_src-4c561633e8eab426db0f94f3f03543e94c57ff77.zip
chromium_src-4c561633e8eab426db0f94f3f03543e94c57ff77.tar.gz
chromium_src-4c561633e8eab426db0f94f3f03543e94c57ff77.tar.bz2
Clean up a friend test declaration.
Review URL: http://codereview.chromium.org/11431 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5597 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_database.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_database.h b/chrome/browser/safe_browsing/safe_browsing_database.h
index da232d0..5e38763 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database.h
+++ b/chrome/browser/safe_browsing/safe_browsing_database.h
@@ -17,6 +17,7 @@
#include "base/time.h"
#include "chrome/browser/safe_browsing/bloom_filter.h"
#include "chrome/browser/safe_browsing/safe_browsing_util.h"
+#include "testing/gtest/include/gtest/gtest_prod.h"
class GURL;
@@ -106,7 +107,7 @@ class SafeBrowsingDatabase {
virtual void IncrementBloomFilterReadCount() {}
// Full hash cache support.
- friend class SafeBrowsingDatabase_HashCaching_Test;
+ FRIEND_TEST(SafeBrowsingDatabase, HashCaching);
typedef struct HashCacheEntry {
SBFullHash full_hash;