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

Unified Diff: content/browser/debugger/browser_list_tabcontents_provider.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/browser_list_tabcontents_provider.cc
diff --git a/chrome/browser/debugger/browser_list_tabcontents_provider.cc b/content/browser/debugger/browser_list_tabcontents_provider.cc
similarity index 90%
rename from chrome/browser/debugger/browser_list_tabcontents_provider.cc
rename to content/browser/debugger/browser_list_tabcontents_provider.cc
index 65addd8122a91cedfba4cc8f17551fae15ed2e6c..3214ded852a43ce06cfc0c6c715a764ebb420c12 100644
--- a/chrome/browser/debugger/browser_list_tabcontents_provider.cc
+++ b/content/browser/debugger/browser_list_tabcontents_provider.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/browser_list_tabcontents_provider.h"
+#include "content/browser/debugger/browser_list_tabcontents_provider.h"
#include "chrome/browser/tabs/tab_strip_model.h"
#include "chrome/browser/ui/browser_list.h"

Powered by Google App Engine
This is Rietveld 408576698