commit | 5cb1f549d544e2b1bd5ee43eca5bc8b6bdc3b67e | [log] [tgz] |
---|---|---|
author | sorin <[email protected]> | Tue Sep 23 04:07:44 2014 |
committer | Commit bot <[email protected]> | Tue Sep 23 04:07:57 2014 |
tree | 2b2163914c2685f1a8eed51339e60924f2fbed6c | |
parent | f0dff6945e8a5ec762b95b0f341fed629c1f63ff [diff] [blame] |
Replace usage of basictypes.h with a combination of stdint.h and base/macros.h. Fix some style issues regarding order of includes and forward declararions. BUG=416623 Review URL: https://codereview.chromium.org/590333002 Cr-Commit-Position: refs/heads/master@{#296139}
diff --git a/components/component_updater/test/request_sender_unittest.cc b/components/component_updater/test/request_sender_unittest.cc index 993a6f4..f93d49d 100644 --- a/components/component_updater/test/request_sender_unittest.cc +++ b/components/component_updater/test/request_sender_unittest.cc
@@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/basictypes.h" #include "base/compiler_specific.h" +#include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "base/message_loop/message_loop.h" #include "base/run_loop.h"