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

Unified Diff: remoting/host/native_messaging/native_messaging_channel.h

Issue 49113003: It2Me native messaging: GYP and source refactoring (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Max/Linux build break: remoting_native_messaging_host Created 7 years, 1 month 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/it2me/it2me_impl.cc ('k') | remoting/host/native_messaging/native_messaging_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/native_messaging/native_messaging_channel.h
diff --git a/remoting/host/setup/native_messaging_channel.h b/remoting/host/native_messaging/native_messaging_channel.h
similarity index 87%
rename from remoting/host/setup/native_messaging_channel.h
rename to remoting/host/native_messaging/native_messaging_channel.h
index 9b0c229900cb7cc3eeab906417714cef032b1967..f597847ebd895be8c85199606f1637663f970847 100644
--- a/remoting/host/setup/native_messaging_channel.h
+++ b/remoting/host/native_messaging/native_messaging_channel.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_SETUP_NATIVE_MESSAGING_CHANNEL_H_
-#define REMOTING_HOST_SETUP_NATIVE_MESSAGING_CHANNEL_H_
+#ifndef REMOTING_HOST_NATIVE_MESSAGING_NATIVE_MESSAGING_CHANNEL_H_
+#define REMOTING_HOST_NATIVE_MESSAGING_NATIVE_MESSAGING_CHANNEL_H_
#include "base/callback.h"
#include "base/memory/ref_counted.h"
@@ -11,8 +11,8 @@
#include "base/memory/weak_ptr.h"
#include "base/platform_file.h"
#include "base/threading/non_thread_safe.h"
-#include "remoting/host/setup/native_messaging_reader.h"
-#include "remoting/host/setup/native_messaging_writer.h"
+#include "remoting/host/native_messaging/native_messaging_reader.h"
+#include "remoting/host/native_messaging/native_messaging_writer.h"
namespace base {
class DictionaryValue;
@@ -45,7 +45,7 @@ class NativeMessagingChannel : public base::NonThreadSafe {
};
// Constructs an object taking the ownership of |input| and |output|. Closes
- // |input| and |output| to prevent the caller frmo using them.
+ // |input| and |output| to prevent the caller from using them.
NativeMessagingChannel(
scoped_ptr<Delegate> delegate,
base::PlatformFile input,
@@ -91,4 +91,4 @@ class NativeMessagingChannel : public base::NonThreadSafe {
} // namespace remoting
-#endif // REMOTING_HOST_SETUP_NATIVE_MESSAGING_CHANNEL_H_
+#endif // REMOTING_HOST_NATIVE_MESSAGING_NATIVE_MESSAGING_CHANNEL_H_
« no previous file with comments | « remoting/host/it2me/it2me_impl.cc ('k') | remoting/host/native_messaging/native_messaging_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698