summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 17:18:29 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 17:18:29 +0000
commita098077e7928f8b6d087f31454750523ded639b9 (patch)
tree41857989dca5d476be4ea934961ca17ec871ef0f
parent1c48e2f4b71bdedc8b6ef775c9e89456d91fd9d4 (diff)
downloadchromium_src-a098077e7928f8b6d087f31454750523ded639b9.zip
chromium_src-a098077e7928f8b6d087f31454750523ded639b9.tar.gz
chromium_src-a098077e7928f8b6d087f31454750523ded639b9.tar.bz2
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
-rw-r--r--gpu/gpu_plugin/gpu_plugin.cc3
1 files changed, 2 insertions, 1 deletions
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;