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

Side by Side Diff: remoting/test/connection_info.cc

Issue 1237093004: Support for connecting to localhost on the chromoting test driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactored App Remoting and Chromoting code to share StartConnection method. Created 5 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "remoting/test/connection_info.h"
6
7 #include "base/logging.h"
joedow 2015/07/16 03:23:19 is this header really needed in this file?
tonychun 2015/07/16 23:12:08 Done.
8
9 namespace remoting {
10 namespace test {
11
12 ConnectionInfo::ConnectionInfo() {
13 }
14
15 ConnectionInfo::~ConnectionInfo() {
16 }
17
18 } // namespace test
19 } // namespace remoting
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698