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

Unified Diff: chrome/common/l10n_util.h

Issue 21533: I forgot to add #include <functional> to l10n_util.h for using binary_functio... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/l10n_util.h
===================================================================
--- chrome/common/l10n_util.h (revision 10077)
+++ chrome/common/l10n_util.h (working copy)
@@ -14,6 +14,7 @@
#include <windows.h>
#endif
#include <algorithm>
+#include <functional>
#include <string>
#include <vector>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698