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

Unified Diff: chrome/default_plugin/plugin_install_job_monitor.cc

Issue 2813047: Move default_plugin from webkit/ to chrome/ (Closed)
Patch Set: fix windows? Created 10 years, 5 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 | « chrome/default_plugin/plugin_install_job_monitor.h ('k') | chrome/default_plugin/plugin_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/plugin_install_job_monitor.cc
diff --git a/webkit/default_plugin/plugin_install_job_monitor.cc b/chrome/default_plugin/plugin_install_job_monitor.cc
similarity index 96%
rename from webkit/default_plugin/plugin_install_job_monitor.cc
rename to chrome/default_plugin/plugin_install_job_monitor.cc
index 61eba92c7467c82dbe8b356a538af52a5cd22c67..d0088eb41458599c4d2f59d3a2df935ecb5dff68 100644
--- a/webkit/default_plugin/plugin_install_job_monitor.cc
+++ b/chrome/default_plugin/plugin_install_job_monitor.cc
@@ -2,10 +2,10 @@
// 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 "chrome/default_plugin/plugin_install_job_monitor.h"
#include "base/message_loop.h"
-#include "webkit/default_plugin/plugin_impl.h"
+#include "chrome/default_plugin/plugin_impl.h"
PluginInstallationJobMonitorThread::PluginInstallationJobMonitorThread()
: Thread("Chrome plugin install thread"),
« no previous file with comments | « chrome/default_plugin/plugin_install_job_monitor.h ('k') | chrome/default_plugin/plugin_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698