Commit 0b20fc79 authored by mef@chromium.org's avatar mef@chromium.org

Split sdch_manager_unittest.cc out of sdch_filter_unittest.cc

BUG=313716

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244552 0039d316-1c4b-4281-b951-d872f2087c98
parent 807ca388
This diff is collapsed.
...@@ -170,7 +170,7 @@ class NET_EXPORT SdchManager : public NON_EXPORTED_BASE(base::NonThreadSafe) { ...@@ -170,7 +170,7 @@ class NET_EXPORT SdchManager : public NON_EXPORTED_BASE(base::NonThreadSafe) {
private: private:
friend class base::RefCounted<Dictionary>; friend class base::RefCounted<Dictionary>;
friend class SdchManager; // Only manager can construct an instance. friend class SdchManager; // Only manager can construct an instance.
FRIEND_TEST_ALL_PREFIXES(SdchFilterTest, PathMatch); FRIEND_TEST_ALL_PREFIXES(SdchManagerTest, PathMatch);
// Construct a vc-diff usable dictionary from the dictionary_text starting // Construct a vc-diff usable dictionary from the dictionary_text starting
// at the given offset. The supplied client_hash should be used to // at the given offset. The supplied client_hash should be used to
......
This diff is collapsed.
...@@ -1625,6 +1625,7 @@ ...@@ -1625,6 +1625,7 @@
'base/priority_queue_unittest.cc', 'base/priority_queue_unittest.cc',
'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
'base/sdch_filter_unittest.cc', 'base/sdch_filter_unittest.cc',
'base/sdch_manager_unittest.cc',
'base/static_cookie_policy_unittest.cc', 'base/static_cookie_policy_unittest.cc',
'base/test_completion_callback_unittest.cc', 'base/test_completion_callback_unittest.cc',
'base/upload_bytes_element_reader_unittest.cc', 'base/upload_bytes_element_reader_unittest.cc',
......
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