From df2bb3f75cadcd8b3e5db129b776dde137bdccac Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 23 Jan 2013 13:16:00 -0700 Subject: [PATCH] :lipstick: --- native/v8_extensions/native.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/v8_extensions/native.h b/native/v8_extensions/native.h index 56722d7ab..7d56a5449 100644 --- a/native/v8_extensions/native.h +++ b/native/v8_extensions/native.h @@ -1,10 +1,9 @@ #include "include/cef_base.h" #include "include/cef_v8.h" - namespace v8_extensions { -class Native : public CefV8Handler { + class Native : public CefV8Handler { public: static void CreateContextBinding(CefRefPtr context); virtual bool Execute(const CefString& name, @@ -23,4 +22,5 @@ class Native : public CefV8Handler { void operator=(Native const&); std::string windowState; }; + }