summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 20:46:54 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 20:46:54 +0000
commit6d11ff807a6e0d3f0e769dc8587da281230c9e89 (patch)
treeb623ab0d0973962263bef94a6ba460820b1cb621 /webkit
parent5b29a145327916e67cf09ea6710e4b1ad1eb7c51 (diff)
downloadchromium_src-6d11ff807a6e0d3f0e769dc8587da281230c9e89.zip
chromium_src-6d11ff807a6e0d3f0e769dc8587da281230c9e89.tar.gz
chromium_src-6d11ff807a6e0d3f0e769dc8587da281230c9e89.tar.bz2
Cleanup: Add a bunch of missing includes.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2018001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/default_plugin/plugin_install_job_monitor.cc3
-rw-r--r--webkit/glue/plugins/test/plugin_thread_async_call_test.cc3
2 files changed, 4 insertions, 2 deletions
diff --git a/webkit/default_plugin/plugin_install_job_monitor.cc b/webkit/default_plugin/plugin_install_job_monitor.cc
index c762f34..61eba92 100644
--- a/webkit/default_plugin/plugin_install_job_monitor.cc
+++ b/webkit/default_plugin/plugin_install_job_monitor.cc
@@ -1,9 +1,10 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
#include "webkit/default_plugin/plugin_install_job_monitor.h"
+#include "base/message_loop.h"
#include "webkit/default_plugin/plugin_impl.h"
PluginInstallationJobMonitorThread::PluginInstallationJobMonitorThread()
diff --git a/webkit/glue/plugins/test/plugin_thread_async_call_test.cc b/webkit/glue/plugins/test/plugin_thread_async_call_test.cc
index 0ae0d2a..2e9f9e9 100644
--- a/webkit/glue/plugins/test/plugin_thread_async_call_test.cc
+++ b/webkit/glue/plugins/test/plugin_thread_async_call_test.cc
@@ -1,9 +1,10 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
#include "webkit/glue/plugins/test/plugin_thread_async_call_test.h"
+#include "base/message_loop.h"
#include "base/thread.h"
#include "webkit/glue/plugins/test/plugin_client.h"