Chromium Code Reviews| Index: shill_logging.cc |
| diff --git a/shill_logging.cc b/shill_logging.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a95ca061d2625a971f21c401ef004f144feda33f |
| --- /dev/null |
| +++ b/shill_logging.cc |
| @@ -0,0 +1,5 @@ |
| +#include "shill/shill_logging.h" |
| + |
| +namespace shill { |
| +uint32_t Log::flags_ = 0; |
| +} // namespace shill |