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

Unified Diff: remoting/host/plugin/host_script_object.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: 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
Index: remoting/host/plugin/host_script_object.cc
diff --git a/remoting/host/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
similarity index 99%
rename from remoting/host/host_script_object.cc
rename to remoting/host/plugin/host_script_object.cc
index dab16d1a0a5698387904fce1d78f70f8d2412939..bce5b12979804275de0e8a4549fe503af2dff0c4 100644
--- a/remoting/host/host_script_object.cc
+++ b/remoting/host/plugin/host_script_object.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/host/host_script_object.h"
+#include "remoting/host/plugin/host_script_object.h"
#include "base/bind.h"
#include "base/message_loop.h"
@@ -13,10 +13,10 @@
#include "remoting/host/chromoting_host_context.h"
#include "remoting/host/host_config.h"
#include "remoting/host/host_key_pair.h"
-#include "remoting/host/host_plugin_utils.h"
#include "remoting/host/in_memory_host_config.h"
#include "remoting/host/register_support_host_request.h"
#include "remoting/host/support_access_verifier.h"
+#include "remoting/host/plugin/host_plugin_utils.h"
Sergey Ulanov 2011/06/21 18:19:31 this should be before register_support_host_reques
namespace remoting {

Powered by Google App Engine
This is Rietveld 408576698