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

Unified Diff: chrome/browser/extensions/user_script_listener.cc

Issue 10501004: Refactor the guts of ResourceDispatcherHostImpl into a new class named (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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: chrome/browser/extensions/user_script_listener.cc
===================================================================
--- chrome/browser/extensions/user_script_listener.cc (revision 141889)
+++ chrome/browser/extensions/user_script_listener.cc (working copy)
@@ -12,8 +12,8 @@
#include "chrome/common/extensions/url_pattern.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/notification_service.h"
+#include "content/public/browser/resource_controller.h"
#include "content/public/browser/resource_throttle.h"
-#include "content/public/browser/resource_throttle_controller.h"
#include "net/url_request/url_request.h"
using content::BrowserThread;

Powered by Google App Engine
This is Rietveld 408576698