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

Unified Diff: chrome/browser/extensions/api/proxy/proxy_api.h

Issue 10696208: Move ExtensionEventRouter and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed bug + latest master Created 8 years, 5 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/api/proxy/proxy_api.h
diff --git a/chrome/browser/extensions/api/proxy/proxy_api.h b/chrome/browser/extensions/api/proxy/proxy_api.h
index 607df331b4660eb4d6d0f1c1faddd853facdcdd1..6a4e51e1c611eaf67d379b48892a8e33c75f7afe 100644
--- a/chrome/browser/extensions/api/proxy/proxy_api.h
+++ b/chrome/browser/extensions/api/proxy/proxy_api.h
@@ -15,13 +15,12 @@
#include "chrome/browser/extensions/extension_preference_api.h"
#include "chrome/browser/prefs/proxy_prefs.h"
-class ExtensionEventRouterForwarder;
-
namespace base {
class Value;
}
namespace extensions {
+class EventRouterForwarder;
// Class to convert between the representation of proxy settings used
// in the Proxy Settings API and the representation used in the PrefStores.
@@ -49,11 +48,11 @@ class ProxyEventRouter {
public:
static ProxyEventRouter* GetInstance();
- void OnProxyError(ExtensionEventRouterForwarder* event_router,
+ void OnProxyError(EventRouterForwarder* event_router,
void* profile,
int error_code);
- void OnPACScriptError(ExtensionEventRouterForwarder* event_router,
+ void OnPACScriptError(EventRouterForwarder* event_router,
void* profile,
int line_number,
const string16& error);
« no previous file with comments | « chrome/browser/extensions/api/omnibox/omnibox_api.cc ('k') | chrome/browser/extensions/api/proxy/proxy_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698