diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/message_loop.h | 7 | ||||
-rw-r--r-- | base/sequence_checker_unittest.cc | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/base/message_loop.h b/base/message_loop.h deleted file mode 100644 index 04e7e79..0000000 --- a/base/message_loop.h +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 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. - -// TODO(brettw) remove this forwarding header when all callers have been -// updatded. -#include "base/message_loop/message_loop.h" diff --git a/base/sequence_checker_unittest.cc b/base/sequence_checker_unittest.cc index e093fa8..d6bd4fd 100644 --- a/base/sequence_checker_unittest.cc +++ b/base/sequence_checker_unittest.cc @@ -9,7 +9,7 @@ #include "base/logging.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/sequence_checker.h" #include "base/test/sequenced_worker_pool_owner.h" #include "base/threading/thread.h" |