Chromium Code Reviews| 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
|