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

Unified Diff: webkit/glue/plugins/plugin_stream_posix.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
« no previous file with comments | « webkit/glue/plugins/plugin_stream.cc ('k') | webkit/glue/plugins/plugin_stream_url.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_stream_posix.cc
diff --git a/webkit/plugins/npapi/plugin_stream_posix.cc b/webkit/glue/plugins/plugin_stream_posix.cc
similarity index 90%
rename from webkit/plugins/npapi/plugin_stream_posix.cc
rename to webkit/glue/plugins/plugin_stream_posix.cc
index 7a89ff12987151c636539651b98ad19377828027..d0e2291255c8078568e7dead8a2f987d4939b06c 100644
--- a/webkit/plugins/npapi/plugin_stream_posix.cc
+++ b/webkit/glue/plugins/plugin_stream_posix.cc
@@ -2,17 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/plugins/npapi/plugin_stream.h"
+#include "webkit/glue/plugins/plugin_stream.h"
#include <string.h>
#include "base/file_path.h"
#include "base/file_util.h"
#include "base/logging.h"
-#include "webkit/plugins/npapi/plugin_instance.h"
+#include "webkit/glue/plugins/plugin_instance.h"
-namespace webkit {
-namespace npapi {
+namespace NPAPI {
PluginStream::PluginStream(
PluginInstance *instance,
@@ -72,5 +71,4 @@ bool PluginStream::TempFileIsValid() {
return temp_file_ != NULL;
}
-} // namespace npapi
-} // namespace webkit
+} // namespace NPAPI
« no previous file with comments | « webkit/glue/plugins/plugin_stream.cc ('k') | webkit/glue/plugins/plugin_stream_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698