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

Unified Diff: plugin/cross/config.h

Issue 149130: In preparation for becoming an internal plugin in chrome I did these things:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 5 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: plugin/cross/config.h
===================================================================
--- plugin/cross/config.h (revision 20106)
+++ plugin/cross/config.h (working copy)
@@ -40,6 +40,8 @@
#include <string>
#include "plugin/cross/o3d_glue.h"
+namespace o3d {
+
// Returns the user agent string.
// Arguments:
// npp: plugin instance.
@@ -112,4 +114,6 @@
bool GetOpenGLMetrics();
+} // namespace o3d
+
#endif // O3D_PLUGIN_CROSS_CONFIG_H_

Powered by Google App Engine
This is Rietveld 408576698