summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/npapi/test/plugin_thread_async_call_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/npapi/test/plugin_thread_async_call_test.cc')
-rw-r--r--webkit/plugins/npapi/test/plugin_thread_async_call_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/plugins/npapi/test/plugin_thread_async_call_test.cc b/webkit/plugins/npapi/test/plugin_thread_async_call_test.cc
index 724badc..ecf8759 100644
--- a/webkit/plugins/npapi/test/plugin_thread_async_call_test.cc
+++ b/webkit/plugins/npapi/test/plugin_thread_async_call_test.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 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.
@@ -8,6 +8,7 @@
#include "webkit/plugins/npapi/test/plugin_thread_async_call_test.h"
#include "base/message_loop.h"
+#include "base/string_util.h"
#include "base/threading/thread.h"
#include "webkit/plugins/npapi/test/plugin_client.h"