summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-14 22:40:44 +0000
committerrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-14 22:40:44 +0000
commitdb172a2943b5ccd7eb5e77909f28e55c1836a537 (patch)
treea936913939b2684742a0ae16324ff89353952cd3 /remoting
parent7af985a498165e9ba74d7e428be4ffe9a054f053 (diff)
downloadchromium_src-db172a2943b5ccd7eb5e77909f28e55c1836a537.zip
chromium_src-db172a2943b5ccd7eb5e77909f28e55c1836a537.tar.gz
chromium_src-db172a2943b5ccd7eb5e77909f28e55c1836a537.tar.bz2
[sync] Componentize sync: Part 4: Fix includes in third_party/protobuf
Various chrome components depend on third_party/protobuf:protobuf_lite, and in order to move to component builds, third_party/protobuf:protobuf_lite must support component builds. As of today, there are a few incorrect includes and a few missing exports in third_party that block this. This patch corrects instances of incorrect includes of headers from third_party/protobuf.gyp:protobuf_full_do_not_use, and replaces them with correct includes from third_party/protobuf.gyp:protobuf_lite BUG=136928 Review URL: https://codereview.chromium.org/11316370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173228 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/protocol/connection_to_client.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc
index 3ba0a24..d3814ba 100644
--- a/remoting/protocol/connection_to_client.cc
+++ b/remoting/protocol/connection_to_client.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 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.
@@ -7,7 +7,6 @@
#include "base/bind.h"
#include "base/location.h"
#include "base/message_loop_proxy.h"
-#include "google/protobuf/message.h"
#include "net/base/io_buffer.h"
#include "remoting/protocol/clipboard_stub.h"
#include "remoting/protocol/host_control_dispatcher.h"