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

Unified Diff: chrome/browser/extensions/api/runtime/runtime_api.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 2 Created 8 years, 7 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/runtime/runtime_api.h
diff --git a/chrome/browser/extensions/api/runtime/runtime_api.h b/chrome/browser/extensions/api/runtime/runtime_api.h
index c2096d3fc56f5c2e340ebed9060caf18d51b09bc..0b192c164a58940c0b62a7ae61919bdcb077e943 100644
--- a/chrome/browser/extensions/api/runtime/runtime_api.h
+++ b/chrome/browser/extensions/api/runtime/runtime_api.h
@@ -8,12 +8,13 @@
#include "chrome/browser/extensions/extension_function.h"
-class Extension;
class ExtensionHost;
class Profile;
namespace extensions {
+class Extension;
+
class RuntimeEventRouter {
public:
// Dispatches the onInstalled event to the given extension.

Powered by Google App Engine
This is Rietveld 408576698