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

Unified Diff: chrome/browser/extensions/settings/settings_test_util.cc

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/settings/settings_test_util.cc
diff --git a/chrome/browser/extensions/settings/settings_test_util.cc b/chrome/browser/extensions/settings/settings_test_util.cc
index 2355776fa90f59883315ed7bf56cf85227159dc7..951ea118a55a6ac8cad18f5c37ab8cafc3e1dda3 100644
--- a/chrome/browser/extensions/settings/settings_test_util.cc
+++ b/chrome/browser/extensions/settings/settings_test_util.cc
@@ -109,7 +109,7 @@ void MockExtensionService::AddExtensionWithIdAndPermissions(
MockProfile::MockProfile(const FilePath& file_path)
: TestingProfile(file_path) {
- event_router_.reset(new ExtensionEventRouter(this));
+ event_router_.reset(new EventRouter(this));
}
MockProfile::~MockProfile() {}
@@ -124,7 +124,7 @@ ExtensionService* MockProfile::GetExtensionService() {
return static_cast<ExtensionService*>(as_interface);
}
-ExtensionEventRouter* MockProfile::GetExtensionEventRouter() {
+EventRouter* MockProfile::GetExtensionEventRouter() {
return event_router_.get();
}
« no previous file with comments | « chrome/browser/extensions/settings/settings_test_util.h ('k') | chrome/browser/extensions/system/system_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698