diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 07:24:21 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 07:24:21 +0000 |
commit | bd7e704434f5bcc171c77d1f12e22362e20cab0f (patch) | |
tree | 3b7b117446ff51a62101dafe499c95a693486f15 /remoting/client/plugin | |
parent | 049bdd3b82c88ebc5dbfcfa6b80cb8d16b7d2d5e (diff) | |
download | chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.zip chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.tar.gz chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 5)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3041049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/plugin')
-rw-r--r-- | remoting/client/plugin/chromoting_instance.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h index 9fe10b6..4729b96 100644 --- a/remoting/client/plugin/chromoting_instance.h +++ b/remoting/client/plugin/chromoting_instance.h @@ -10,7 +10,6 @@ #include <string> -#include "base/at_exit.h" #include "base/scoped_ptr.h" #include "remoting/client/client_context.h" #include "remoting/client/host_connection.h" |