From a098077e7928f8b6d087f31454750523ded639b9 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Fri, 8 Jan 2010 17:18:29 +0000 Subject: Dummy whitespace change to force a build. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35797 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/gpu_plugin/gpu_plugin.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpu/gpu_plugin/gpu_plugin.cc b/gpu/gpu_plugin/gpu_plugin.cc index dc69e61..3e2ee16 100644 --- a/gpu/gpu_plugin/gpu_plugin.cc +++ b/gpu/gpu_plugin/gpu_plugin.cc @@ -50,7 +50,8 @@ NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) { NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) { return NPERR_NO_ERROR; } -} + +} // namespace NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* funcs) { funcs->newp = NPP_New; -- cgit v1.1