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

Unified Diff: chrome/renderer/extensions/extension_custom_bindings.h

Issue 10821133: Move c/r/extensions/* into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 4 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/renderer/extensions/extension_custom_bindings.h
diff --git a/chrome/renderer/extensions/extension_custom_bindings.h b/chrome/renderer/extensions/extension_custom_bindings.h
index 75695847115e6c302f3c7ee46317fd9358b70053..682b001492a6bec41e5f04532a922fe92b9d9439 100644
--- a/chrome/renderer/extensions/extension_custom_bindings.h
+++ b/chrome/renderer/extensions/extension_custom_bindings.h
@@ -7,14 +7,13 @@
#include "chrome/renderer/extensions/chrome_v8_extension.h"
-class ExtensionDispatcher;
-
namespace extensions {
+class Dispatcher;
// Implements custom bindings for the extension API.
class ExtensionCustomBindings : public ChromeV8Extension {
public:
- explicit ExtensionCustomBindings(ExtensionDispatcher* extension_dispatcher);
+ explicit ExtensionCustomBindings(Dispatcher* dispatcher);
private:
static v8::Handle<v8::Value> GetExtensionViews(const v8::Arguments& args);
« no previous file with comments | « chrome/renderer/extensions/event_unittest.cc ('k') | chrome/renderer/extensions/extension_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698