commit | bc5337b805a6249554ca15d8bae77713ace7eff4 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Fri Dec 25 23:16:33 2015 |
committer | Commit bot <[email protected]> | Fri Dec 25 23:17:57 2015 |
tree | 63dce42340dcc3acb86647cecf8d34ffbc6962fb | |
parent | 3670b521843470e07ae75062235e3c13c85b1e6f [diff] [blame] |
Switch to standard integer types in components/, part 1 of 4. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1546143002 Cr-Commit-Position: refs/heads/master@{#366873}
diff --git a/components/drive/file_system/search_operation_unittest.cc b/components/drive/file_system/search_operation_unittest.cc index 83ab746..474c7df 100644 --- a/components/drive/file_system/search_operation_unittest.cc +++ b/components/drive/file_system/search_operation_unittest.cc
@@ -4,6 +4,8 @@ #include "components/drive/file_system/search_operation.h" +#include <stddef.h> + #include "base/callback_helpers.h" #include "components/drive/change_list_loader.h" #include "components/drive/file_system/operation_test_base.h"