Revert of Move more declarations from c/b/sb/sb_util.h to components. (patchset #9 id:160001 of https://codereview.chromium.org/1420123003/ )
Reason for revert:
Suspected to break the win compile:
FAILED: ninja -t msvc -e environment.x64 -- E:\b\build\goma/gomacc.exe "E:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64/cl.exe" /nologo /showIncludes /FC @obj/components/safe_browsing_db/util/util.obj.rsp /c ../../components/safe_browsing_db/util.cc /Foobj/components/safe_browsing_db/util/util.obj /Fdobj/components/safe_browsing_db/util_cc.pdb
e:\b\build\slave\win_x64_gn__dbg_\build\src\components\safe_browsing_db\util.cc(225) :error C2220: warning treated as error - no 'object' file generated
Original issue's description:
> 1. Pull all code unrelated to chunking from chrome/browser/safe_browsing/safe_brwsing_util.h into components/safe_browsing_db.
> 2. All code that was formerly under the safe_browsing_util namespace is now under safe_browsing. That's the only namespace we plan to use going forward.
> 3. Chunking related code will stay in the old location and removed once we switch to PVER4.
>
> The next CL in this series will move the structures/enums currently under the global namespace in safe_browsing_db_util.h into safe_browsing. I did not do that as part of this CL to keep it smaller and easier to review.
>
> BUG=543161
>
> Committed: https://crrev.com/154455e8186ad19a8b54ca23e344ade0d92c34cf
> Cr-Commit-Position: refs/heads/master@{#357763}
[email protected],[email protected],[email protected],[email protected],[email protected]
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=543161
Review URL: https://codereview.chromium.org/1410343012
Cr-Commit-Position: refs/heads/master@{#357804}
30 files changed