Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3300)

Unified Diff: base/bind_unittest.cc

Issue 2394023003: Move out OnceCallback and RepeatingCallback from internal namespace (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/bind.h ('k') | base/callback_forward.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/bind_unittest.cc
diff --git a/base/bind_unittest.cc b/base/bind_unittest.cc
index 88b1fff5b8573e851e277a00608be752c3d5509b..c6b53d55f031e557e3bf7886a7512a09d816a43d 100644
--- a/base/bind_unittest.cc
+++ b/base/bind_unittest.cc
@@ -25,14 +25,6 @@ using ::testing::Return;
using ::testing::StrictMock;
namespace base {
-
-using internal::OnceCallback;
-using internal::RepeatingCallback;
-using internal::OnceClosure;
-using internal::RepeatingClosure;
-using internal::BindOnce;
-using internal::BindRepeating;
-
namespace {
class IncompleteType;
« no previous file with comments | « base/bind.h ('k') | base/callback_forward.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698