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

Unified Diff: net/base/sdch_manager.cc

Issue 4042: Add missing files to project to get test-shell fully linking. Fixes gcc warni... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 | net/net.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_manager.cc
===================================================================
--- net/base/sdch_manager.cc (revision 2489)
+++ net/base/sdch_manager.cc (working copy)
@@ -166,13 +166,13 @@
size_t offset, const std::string& client_hash, const GURL& gurl,
const std::string& domain, const std::string& path, const Time& expiration,
const std::set<int> ports)
- : text_(dictionary_text, offset),
+ : ports_(ports),
+ text_(dictionary_text, offset),
client_hash_(client_hash),
url_(gurl),
domain_(domain),
path_(path),
- expiration_(expiration),
- ports_(ports) {
+ expiration_(expiration) {
}
// static
« no previous file with comments | « no previous file | net/net.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698