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

Unified Diff: base/async_socket_io_handler_unittest.cc

Issue 23137015: Move async_socket_io_handler.* from media/ to base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/async_socket_io_handler_posix.cc ('k') | base/async_socket_io_handler_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/async_socket_io_handler_unittest.cc
diff --git a/media/audio/async_socket_io_handler_unittest.cc b/base/async_socket_io_handler_unittest.cc
similarity index 99%
rename from media/audio/async_socket_io_handler_unittest.cc
rename to base/async_socket_io_handler_unittest.cc
index ae971464dbc095f979c8e54c0945496fb9774faf..5d6e8617d046f692b309353d5851a7f763de6602 100644
--- a/media/audio/async_socket_io_handler_unittest.cc
+++ b/base/async_socket_io_handler_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/audio/async_socket_io_handler.h"
+#include "base/async_socket_io_handler.h"
#include "base/bind.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « base/async_socket_io_handler_posix.cc ('k') | base/async_socket_io_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698