| Index: remoting/protocol/host_stub.h
|
| diff --git a/remoting/protocol/host_stub.h b/remoting/protocol/host_stub.h
|
| index c4e9b46e78c6091608cc91eb756278141cc22ff8..737154db5580f2beffb6002bab32f3094d4da046 100644
|
| --- a/remoting/protocol/host_stub.h
|
| +++ b/remoting/protocol/host_stub.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -16,8 +16,8 @@ class Task;
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| -class SuggestResolutionRequest;
|
| class LocalLoginCredentials;
|
| +class SuggestResolutionRequest;
|
|
|
| class HostStub {
|
| public:
|
|
|