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

Unified Diff: remoting/host/plugin/host_plugin.cc

Issue 7216018: Move the Remoting Host plugin into its own sub-directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix missed path in remoting.gyp. Created 9 years, 6 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 | « remoting/host/host_script_object.cc ('k') | remoting/host/plugin/host_plugin.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_plugin.cc
diff --git a/remoting/host/host_plugin.cc b/remoting/host/plugin/host_plugin.cc
similarity index 99%
rename from remoting/host/host_plugin.cc
rename to remoting/host/plugin/host_plugin.cc
index 5c0e3873070f579c40daf8a1b507114879e33838..f901a03db816b0f117c9a2c183b97c9130a5d48f 100644
--- a/remoting/host/host_plugin.cc
+++ b/remoting/host/plugin/host_plugin.cc
@@ -12,8 +12,8 @@
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/stringize_macros.h"
-#include "remoting/host/host_plugin_utils.h"
-#include "remoting/host/host_script_object.h"
+#include "remoting/host/plugin/host_plugin_utils.h"
+#include "remoting/host/plugin/host_script_object.h"
#include "third_party/npapi/bindings/npapi.h"
#include "third_party/npapi/bindings/npfunctions.h"
#include "third_party/npapi/bindings/npruntime.h"
« no previous file with comments | « remoting/host/host_script_object.cc ('k') | remoting/host/plugin/host_plugin.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698