Chromium Code Reviews| Index: components/safe_browsing_db/prefix_set_unittest.cc |
| diff --git a/components/safe_browsing_db/prefix_set_unittest.cc b/components/safe_browsing_db/prefix_set_unittest.cc |
| index 08f639a93d9828eab6b0efa91350817b202f1e8d..907befc5212ecf71d091dd0b6939b013f53efa80 100644 |
| --- a/components/safe_browsing_db/prefix_set_unittest.cc |
| +++ b/components/safe_browsing_db/prefix_set_unittest.cc |
| @@ -23,15 +23,11 @@ |
| #include "testing/gtest/include/gtest/gtest.h" |
| #include "testing/platform_test.h" |
| -namespace { |
| +namespace safe_browsing { |
| const SBPrefix kHighBitClear = 1000u * 1000u * 1000u; |
| const SBPrefix kHighBitSet = 3u * 1000u * 1000u * 1000u; |
| -} // namespace |
|
mattm
2015/11/11 01:10:16
Keep the anon namespace inside the new namespace.
vakh (old account. dont use)
2015/11/11 18:59:53
Done.
|
| - |
| -namespace safe_browsing { |
| - |
| class PrefixSetTest : public PlatformTest { |
| protected: |
| // Constants for the v1 format. |