ShapeDetection: Move the implementation of AsyncOperation to the .cc file
It's better to put the class definition in a header file and the implementation in a C++ source file. Then, the source file is made part of the project, meaning it is compiled separately. BUG=791371 Cq-Include-Trybots: luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win10_chromium_x64_rel_ng Change-Id: Ic58d0c714b405ced8974aca22c3b20f7b479682f Reviewed-on: https://chromium-review.googlesource.com/982751Reviewed-by:Miguel Casas <mcasas@chromium.org> Commit-Queue: Junwei Fu <junwei.fu@intel.com> Cr-Commit-Position: refs/heads/master@{#547078}
Showing
Please register or sign in to comment