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

Unified Diff: base/bind_to_current_loop_unittest.cc

Issue 1083883003: Move BindToCurrentLoop from media/base/ to base/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix media/base/callback_holder.h compile Created 5 years, 8 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_to_current_loop.h ('k') | chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/bind_to_current_loop_unittest.cc
diff --git a/media/base/bind_to_current_loop_unittest.cc b/base/bind_to_current_loop_unittest.cc
similarity index 99%
rename from media/base/bind_to_current_loop_unittest.cc
rename to base/bind_to_current_loop_unittest.cc
index 23030856675d69052dc3f37aab8eacd08c8614b1..552e5102f37760d0854334c342dde165b5a68978 100644
--- a/media/base/bind_to_current_loop_unittest.cc
+++ b/base/bind_to_current_loop_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/bind_to_current_loop.h"
+#include "base/bind_to_current_loop.h"
#include "base/message_loop/message_loop.h"
#include "base/synchronization/waitable_event.h"
« no previous file with comments | « base/bind_to_current_loop.h ('k') | chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698