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

Unified Diff: remoting/host/client_session.h

Issue 2627433003: Remove ScopedVector from remoting/. (Closed)
Patch Set: Created 3 years, 11 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/client_session.h
diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
index 15ea6df5bab277e36722aad5ba69c2a8aaaa4d3e..cccf5dc1a6dfc6638bbdab6b66aaabf43ec17d05 100644
--- a/remoting/host/client_session.h
+++ b/remoting/host/client_session.h
@@ -8,6 +8,7 @@
#include <cstdint>
#include <memory>
#include <string>
+#include <vector>
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -95,7 +96,7 @@ class ClientSession : public base::NonThreadSafe,
const DesktopEnvironmentOptions& desktop_environment_options,
const base::TimeDelta& max_duration,
scoped_refptr<protocol::PairingRegistry> pairing_registry,
- const std::vector<HostExtension*>& extensions);
+ const std::vector<std::unique_ptr<HostExtension>>& extensions);
~ClientSession() override;
// Returns the set of capabilities negotiated between client and host.

Powered by Google App Engine
This is Rietveld 408576698