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

Unified Diff: content/browser/debugger/devtools_frontend_host.h

Issue 11231077: Move a bunch more code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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_frontend_host.h
===================================================================
--- content/browser/debugger/devtools_frontend_host.h (revision 163514)
+++ content/browser/debugger/devtools_frontend_host.h (working copy)
@@ -12,11 +12,10 @@
#include "content/public/browser/devtools_client_host.h"
#include "content/public/browser/render_view_host_observer.h"
-class WebContentsImpl;
-
namespace content {
class DevToolsFrontendHostDelegate;
+class WebContentsImpl;
// This class handles messages from DevToolsClient and calls corresponding
// methods on DevToolsFrontendHostDelegate which is implemented by the
« no previous file with comments | « content/browser/browser_plugin/test_browser_plugin_guest.h ('k') | content/browser/download/save_file_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698