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

Unified Diff: webkit/glue/plugins/test/plugin_test_factory.cc

Issue 5998002: Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
Index: webkit/glue/plugins/test/plugin_test_factory.cc
diff --git a/webkit/plugins/npapi/test/plugin_test_factory.cc b/webkit/glue/plugins/test/plugin_test_factory.cc
similarity index 78%
rename from webkit/plugins/npapi/test/plugin_test_factory.cc
rename to webkit/glue/plugins/test/plugin_test_factory.cc
index 779ad00953592cddfcddd9df573b401d55c34f35..b4ae4f147be74123f64d7bf0a2e0d35ba79f869f 100644
--- a/webkit/plugins/npapi/test/plugin_test_factory.cc
+++ b/webkit/glue/plugins/test/plugin_test_factory.cc
@@ -2,26 +2,26 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/plugins/npapi/test/plugin_test_factory.h"
+#include "webkit/glue/plugins/test/plugin_test_factory.h"
-#include "webkit/plugins/npapi/test/plugin_arguments_test.h"
-#include "webkit/plugins/npapi/test/plugin_delete_plugin_in_stream_test.h"
-#include "webkit/plugins/npapi/test/plugin_get_javascript_url_test.h"
-#include "webkit/plugins/npapi/test/plugin_get_javascript_url2_test.h"
-#include "webkit/plugins/npapi/test/plugin_geturl_test.h"
-#include "webkit/plugins/npapi/test/plugin_javascript_open_popup.h"
-#include "webkit/plugins/npapi/test/plugin_new_fails_test.h"
-#include "webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h"
-#include "webkit/plugins/npapi/test/plugin_npobject_proxy_test.h"
-#include "webkit/plugins/npapi/test/plugin_private_test.h"
-#include "webkit/plugins/npapi/test/plugin_schedule_timer_test.h"
-#include "webkit/plugins/npapi/test/plugin_setup_test.h"
-#include "webkit/plugins/npapi/test/plugin_thread_async_call_test.h"
-#include "webkit/plugins/npapi/test/plugin_window_size_test.h"
+#include "webkit/glue/plugins/test/plugin_arguments_test.h"
+#include "webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.h"
+#include "webkit/glue/plugins/test/plugin_get_javascript_url_test.h"
+#include "webkit/glue/plugins/test/plugin_get_javascript_url2_test.h"
+#include "webkit/glue/plugins/test/plugin_geturl_test.h"
+#include "webkit/glue/plugins/test/plugin_javascript_open_popup.h"
+#include "webkit/glue/plugins/test/plugin_new_fails_test.h"
+#include "webkit/glue/plugins/test/plugin_npobject_lifetime_test.h"
+#include "webkit/glue/plugins/test/plugin_npobject_proxy_test.h"
+#include "webkit/glue/plugins/test/plugin_private_test.h"
+#include "webkit/glue/plugins/test/plugin_schedule_timer_test.h"
+#include "webkit/glue/plugins/test/plugin_setup_test.h"
+#include "webkit/glue/plugins/test/plugin_thread_async_call_test.h"
+#include "webkit/glue/plugins/test/plugin_window_size_test.h"
#if defined(OS_WIN)
-#include "webkit/plugins/npapi/test/plugin_windowed_test.h"
+#include "webkit/glue/plugins/test/plugin_windowed_test.h"
#endif
-#include "webkit/plugins/npapi/test/plugin_windowless_test.h"
+#include "webkit/glue/plugins/test/plugin_windowless_test.h"
namespace NPAPIClient {
« no previous file with comments | « webkit/glue/plugins/test/plugin_test_factory.h ('k') | webkit/glue/plugins/test/plugin_thread_async_call_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698