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

Unified Diff: plugin/cross/blacklist.cc

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
« no previous file with comments | « no previous file | plugin/cross/config.h » ('j') | plugin/cross/main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/cross/blacklist.cc
===================================================================
--- plugin/cross/blacklist.cc (revision 20106)
+++ plugin/cross/blacklist.cc (working copy)
@@ -35,6 +35,8 @@
#include "plugin/cross/config.h"
#include "base/logging.h"
+namespace o3d {
+
// Checks the driver GUID against the blacklist file. Returns true if there's a
// match [this driver is blacklisted] or if an IO error occurred. Check the
// state of input_file to determine which it was.
@@ -68,3 +70,4 @@
CHECK(input_file->eof());
return false;
}
+} // namesapce o3d
vangelis 2009/07/09 02:14:11 typo: namespace
« no previous file with comments | « no previous file | plugin/cross/config.h » ('j') | plugin/cross/main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698