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

Unified Diff: src/url_canon.h

Issue 10389101: Change #include <memory.h> to #include <string.h> (Closed) Base URL: http://google-url.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 7 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: 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"
« 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