From 39a749c1cc998edcd66edfc3ffc9004710825f46 Mon Sep 17 00:00:00 2001 From: "suzhe@google.com" Date: Fri, 28 Jan 2011 02:40:46 +0000 Subject: Change UTF8ToUTF16 to accept const StringPiece&. BUG=70936 TEST=All unit tests should pass. Review URL: http://codereview.chromium.org/6317016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72921 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/memory_watcher/memory_watcher.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/memory_watcher/memory_watcher.cc b/tools/memory_watcher/memory_watcher.cc index 29053f0..671d2b9 100644 --- a/tools/memory_watcher/memory_watcher.cc +++ b/tools/memory_watcher/memory_watcher.cc @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include #include #include // for CreateToolhelp32Snapshot() #include -- cgit v1.1