Index: testing/generate_gmock_mutant.py |
diff --git a/testing/generate_gmock_mutant.py b/testing/generate_gmock_mutant.py |
index fb977d417cebcb15b10742c98f9fe7a8f962c8af..bd870b50b9f758d9edd0f77542aca822402d5109 100755 |
--- a/testing/generate_gmock_mutant.py |
+++ b/testing/generate_gmock_mutant.py |
@@ -7,7 +7,7 @@ import string |
import sys |
HEADER = """\ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -57,7 +57,7 @@ HEADER = """\ |
// |
// void QuitMessageLoop(int seconds) { |
// MessageLoop* loop = MessageLoop::current(); |
-// loop->PostDelayedTask(FROM_HERE, new MessageLoop::QuitTask, |
+// loop->PostDelayedTask(FROM_HERE, MessageLoop::QuitClosure(), |
// 1000 * seconds); |
// } |
// }; |
@@ -112,7 +112,7 @@ HEADER = """\ |
// CreateFunctor(&mock->demiurge_, &Demiurge::DecreaseMonsters)))); |
// |
-#include "base/linked_ptr.h" |
+#include "base/memory/linked_ptr.h" |
#include "base/tuple.h" // for Tuple |
namespace testing {""" |