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

Unified Diff: chrome/browser/extensions/test_extension_system.h

Issue 10626007: Move ExtensionSystem into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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/test_extension_system.h
diff --git a/chrome/browser/extensions/test_extension_system.h b/chrome/browser/extensions/test_extension_system.h
index 96459e3dc72d567c13dded295c9bf78d4c3dab2d..850121cca620c334f6aece93983cd9f30431d021 100644
--- a/chrome/browser/extensions/test_extension_system.h
+++ b/chrome/browser/extensions/test_extension_system.h
@@ -15,7 +15,7 @@ class Time;
}
// Test ExtensionSystem, for use with TestingProfile.
-class TestExtensionSystem : public ExtensionSystem {
+class TestExtensionSystem : public extensions::ExtensionSystem {
public:
explicit TestExtensionSystem(Profile* profile);
virtual ~TestExtensionSystem();

Powered by Google App Engine
This is Rietveld 408576698