Index: src/url_canon.h |
=================================================================== |
--- src/url_canon.h (revision 173) |
+++ src/url_canon.h (working copy) |
@@ -29,7 +29,7 @@ |
#ifndef GOOGLEURL_SRC_URL_CANON_H__ |
#define GOOGLEURL_SRC_URL_CANON_H__ |
-#include <memory.h> |
+#include <string.h> |
Mark Seaborn
2012/05/11 21:28:41
Minor nit: dmichael pointed out that this leaves t
|
#include <stdlib.h> |
#include "base/string16.h" |