http://page-speed-codereview.appspot.com/970001/diff/1/mod_spdy/common/server_push_discovery_learner.h#newcode43 mod_spdy/common/server_push_discovery_learner.h:43: struct
ServerPushDiscoveryUrlData {
This (and ServerPushDiscoveryAdjacentData) is essentially private to the
ServerPushDiscoverLearner implementation, right? I don't really like
having those private structs out here public. It'd be nice to at the
very least move them inside the ServerPushDiscoverLearner class, and to
the .cc file if possible (using pointers and forward declarations).