Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Side by Side Diff: components/invalidation/impl/invalidator_registrar_unittest.cc

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/basictypes.h"
6 #include "base/compiler_specific.h" 5 #include "base/compiler_specific.h"
6 #include "base/macros.h"
7 #include "base/memory/scoped_ptr.h" 7 #include "base/memory/scoped_ptr.h"
8 #include "components/invalidation/impl/fake_invalidation_handler.h" 8 #include "components/invalidation/impl/fake_invalidation_handler.h"
9 #include "components/invalidation/impl/invalidator_registrar.h" 9 #include "components/invalidation/impl/invalidator_registrar.h"
10 #include "components/invalidation/impl/invalidator_test_template.h" 10 #include "components/invalidation/impl/invalidator_test_template.h"
11 #include "google/cacheinvalidation/types.pb.h" 11 #include "google/cacheinvalidation/types.pb.h"
12 #include "testing/gtest/include/gtest/gtest.h" 12 #include "testing/gtest/include/gtest/gtest.h"
13 13
14 namespace syncer { 14 namespace syncer {
15 15
16 namespace { 16 namespace {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 scoped_ptr<RegistrarInvalidator> invalidator_; 105 scoped_ptr<RegistrarInvalidator> invalidator_;
106 }; 106 };
107 107
108 INSTANTIATE_TYPED_TEST_CASE_P( 108 INSTANTIATE_TYPED_TEST_CASE_P(
109 RegistrarInvalidatorTest, InvalidatorTest, 109 RegistrarInvalidatorTest, InvalidatorTest,
110 RegistrarInvalidatorTestDelegate); 110 RegistrarInvalidatorTestDelegate);
111 111
112 } // namespace 112 } // namespace
113 113
114 } // namespace syncer 114 } // namespace syncer
OLDNEW
« no previous file with comments | « components/invalidation/impl/invalidator_registrar.h ('k') | components/invalidation/impl/invalidator_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698