diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 22:49:42 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 22:49:42 +0000 |
commit | 0a91a3fa17b2a9f9a67fdc864aa273cb0f5e834f (patch) | |
tree | 2d65daf4bda69977f2ae42955b07ba32b8af1f7c /base | |
parent | 56eeaca1ecd0e8f03dadd69d17d6684fca48dcc6 (diff) | |
download | chromium_src-0a91a3fa17b2a9f9a67fdc864aa273cb0f5e834f.zip chromium_src-0a91a3fa17b2a9f9a67fdc864aa273cb0f5e834f.tar.gz chromium_src-0a91a3fa17b2a9f9a67fdc864aa273cb0f5e834f.tar.bz2 |
Update the include paths of message_loop_proxy.h
And remove the forwarding file.
TBR=darin@chromium.org, eroman@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/16835007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/message_loop_proxy.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/base/message_loop_proxy.h b/base/message_loop_proxy.h deleted file mode 100644 index d8a3641..0000000 --- a/base/message_loop_proxy.h +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 2013 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. - -// TODO(brettw) remove this forwarding file when all users reference the new -// location. -#include "base/message_loop/message_loop_proxy.h" |