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

Unified Diff: plugin/mac/config_mac.mm

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/mac/config_mac.mm
===================================================================
--- plugin/mac/config_mac.mm (revision 20106)
+++ plugin/mac/config_mac.mm (working copy)
@@ -45,6 +45,7 @@
#include "plugin/cross/plugin_metrics.h"
#include "plugin_mac.h"
+namespace o3d {
// Trivial little functions to check for the OS version boundaries we care about
// and keep the result cached so they are cheap to call repeatedly.
@@ -328,3 +329,5 @@
return true;
}
+
+} // namespace o3d

Powered by Google App Engine
This is Rietveld 408576698