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

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

Issue 234413005: Move most of ChromeV8Context to a base ScriptContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: factor feature_channel out of module_system Created 6 years, 8 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/logging_native_handler.h
diff --git a/chrome/renderer/extensions/logging_native_handler.h b/chrome/renderer/extensions/logging_native_handler.h
index 40fd26bac0b529bd0c05e4784ffcca5c04714740..f097c544a99887ff0d0b17ebeca37fbfc5030a2d 100644
--- a/chrome/renderer/extensions/logging_native_handler.h
+++ b/chrome/renderer/extensions/logging_native_handler.h
@@ -7,14 +7,15 @@
#include <string>
-#include "chrome/renderer/extensions/object_backed_native_handler.h"
+#include "extensions/renderer/object_backed_native_handler.h"
namespace extensions {
+class ScriptContext;
// Exposes logging.h macros to JavaScript bindings.
class LoggingNativeHandler : public ObjectBackedNativeHandler {
public:
- explicit LoggingNativeHandler(ChromeV8Context* context);
+ explicit LoggingNativeHandler(ScriptContext* context);
virtual ~LoggingNativeHandler();
// Equivalent to CHECK(predicate) << message.
« no previous file with comments | « chrome/renderer/extensions/file_system_natives.cc ('k') | chrome/renderer/extensions/logging_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698