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

Unified Diff: content/browser/debugger/devtools_remote_listen_socket_unittest.cc

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 6 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
Index: content/browser/debugger/devtools_remote_listen_socket_unittest.cc
diff --git a/chrome/browser/debugger/devtools_remote_listen_socket_unittest.cc b/content/browser/debugger/devtools_remote_listen_socket_unittest.cc
similarity index 99%
rename from chrome/browser/debugger/devtools_remote_listen_socket_unittest.cc
rename to content/browser/debugger/devtools_remote_listen_socket_unittest.cc
index 9821b59f86dcead8eb488190c971033e28f0d4d1..348fdbbb5a7ae7e126a1ff6ae85295c5b0d6b25d 100644
--- a/chrome/browser/debugger/devtools_remote_listen_socket_unittest.cc
+++ b/content/browser/debugger/devtools_remote_listen_socket_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 "chrome/browser/debugger/devtools_remote_listen_socket_unittest.h"
+#include "content/browser/debugger/devtools_remote_listen_socket_unittest.h"
#include <fcntl.h>
#if defined(OS_POSIX)

Powered by Google App Engine
This is Rietveld 408576698