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

Unified Diff: remoting/client/connect_to_host_info.h

Issue 2753963002: Refactoring and rewriting the chromoting jni instance to be chromoting session. (Closed)
Patch Set: Updating based on feedback. Created 3 years, 8 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/client/client_telemetry_logger.cc ('k') | remoting/client/connect_to_host_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/connect_to_host_info.h
diff --git a/remoting/client/jni/connect_to_host_info.h b/remoting/client/connect_to_host_info.h
similarity index 83%
rename from remoting/client/jni/connect_to_host_info.h
rename to remoting/client/connect_to_host_info.h
index f4dddffb0ed31edf1526509c26c9dd72cedf2c66..b4a8db38744577071a02c206cfa538711de36932 100644
--- a/remoting/client/jni/connect_to_host_info.h
+++ b/remoting/client/connect_to_host_info.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 CLIENT_JNI_CONNECT_TO_HOST_INFO_H_
-#define CLIENT_JNI_CONNECT_TO_HOST_INFO_H_
+#ifndef REMOTING_CLIENT_CONNECT_TO_HOST_INFO_H_
+#define REMOTING_CLIENT_CONNECT_TO_HOST_INFO_H_
#include <string>
@@ -31,4 +31,4 @@ struct ConnectToHostInfo {
} // namespace remoting
-#endif // CLIENT_JNI_CONNECT_TO_HOST_INFO_H_
+#endif // REMOTING_CLIENT_CONNECT_TO_HOST_INFO_H_
« no previous file with comments | « remoting/client/client_telemetry_logger.cc ('k') | remoting/client/connect_to_host_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698