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

Unified Diff: remoting/host/directx_attributes.h

Issue 2464293002: [Chromoting] GetHostAttributes with tests (Closed)
Patch Set: Resolve review comments Created 4 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
Index: remoting/host/directx_attributes.h
diff --git a/remoting/protocol/ice_config.cc b/remoting/host/directx_attributes.h
similarity index 51%
copy from remoting/protocol/ice_config.cc
copy to remoting/host/directx_attributes.h
index 4cd9a152f6beb85ef9cab17e8af09f46f9ec64f4..0346160dc2da4f2fbe786b0ee0acc963325a17fb 100644
--- a/remoting/protocol/ice_config.cc
+++ b/remoting/host/directx_attributes.h
@@ -2,14 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/protocol/ice_config.h"
+#ifndef REMOTING_HOST_DIRECTX_ATTRIBUTES_H_
+#define REMOTING_HOST_DIRECTX_ATTRIBUTES_H_
namespace remoting {
-namespace protocol {
-
-IceConfig::IceConfig() {}
-IceConfig::IceConfig(const IceConfig& other) = default;
-IceConfig::~IceConfig() {}
-
-} // namespace protocol
+void RegisterDirectxAttributes();
} // namespace remoting
+
+#endif // REMOTING_HOST_DIRECTX_ATTRIBUTES_H_

Powered by Google App Engine
This is Rietveld 408576698