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

Unified Diff: content/browser/devtools/devtools_frontend_host.cc

Issue 11630004: DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: For landing Created 8 years 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/devtools/devtools_frontend_host.cc
diff --git a/content/browser/debugger/devtools_frontend_host.cc b/content/browser/devtools/devtools_frontend_host.cc
similarity index 97%
rename from content/browser/debugger/devtools_frontend_host.cc
rename to content/browser/devtools/devtools_frontend_host.cc
index 49bac66f3a6e549c78aac325a98f54db4e2f77ea..fe7e82d10d02647b860cf2ec9b79663230705ed9 100644
--- a/content/browser/debugger/devtools_frontend_host.cc
+++ b/content/browser/devtools/devtools_frontend_host.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/debugger/devtools_frontend_host.h"
+#include "content/browser/devtools/devtools_frontend_host.h"
-#include "content/browser/debugger/devtools_manager_impl.h"
+#include "content/browser/devtools/devtools_manager_impl.h"
#include "content/browser/renderer_host/render_view_host_impl.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/common/devtools_messages.h"
« no previous file with comments | « content/browser/devtools/devtools_frontend_host.h ('k') | content/browser/devtools/devtools_http_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698