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

Unified Diff: chrome/browser/possible_url_model.h

Issue 179028: Revert "Fix a ton of compiler warnings." (Closed)
Patch Set: Created 11 years, 4 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
Index: chrome/browser/possible_url_model.h
diff --git a/chrome/browser/possible_url_model.h b/chrome/browser/possible_url_model.h
index 45403a96b64d5f888c9909c7988ffa071aaccfff..4a688feb52806d90a61b966a0623f490cf304747 100644
--- a/chrome/browser/possible_url_model.h
+++ b/chrome/browser/possible_url_model.h
@@ -78,7 +78,7 @@ class PossibleURLModel : public TableModel {
TableModelObserver* observer_;
// Our consumer for favicon requests.
- CancelableRequestConsumerT<size_t, 0> consumer_;
+ CancelableRequestConsumerT<size_t, NULL> consumer_;
// The results we're showing.
std::vector<Result> results_;
« no previous file with comments | « chrome/browser/parsers/metadata_parser_jpeg_factory.cc ('k') | chrome/browser/renderer_host/render_view_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698