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

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

Issue 1970833002: Fix include path for moved thread_task_runner_handle.h header in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: merge up to r393009 Created 4 years, 7 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 "components/invalidation/impl/invalidation_notifier.h" 5 #include "components/invalidation/impl/invalidation_notifier.h"
6 6
7 #include <memory> 7 #include <memory>
8 #include <utility> 8 #include <utility>
9 9
10 #include "base/thread_task_runner_handle.h" 10 #include "base/threading/thread_task_runner_handle.h"
11 #include "components/invalidation/impl/fake_invalidation_handler.h" 11 #include "components/invalidation/impl/fake_invalidation_handler.h"
12 #include "components/invalidation/impl/fake_invalidation_state_tracker.h" 12 #include "components/invalidation/impl/fake_invalidation_state_tracker.h"
13 #include "components/invalidation/impl/invalidation_state_tracker.h" 13 #include "components/invalidation/impl/invalidation_state_tracker.h"
14 #include "components/invalidation/impl/invalidator_test_template.h" 14 #include "components/invalidation/impl/invalidator_test_template.h"
15 #include "components/invalidation/impl/push_client_channel.h" 15 #include "components/invalidation/impl/push_client_channel.h"
16 #include "jingle/notifier/base/fake_base_task.h" 16 #include "jingle/notifier/base/fake_base_task.h"
17 #include "jingle/notifier/base/notifier_options.h" 17 #include "jingle/notifier/base/notifier_options.h"
18 #include "jingle/notifier/listener/fake_push_client.h" 18 #include "jingle/notifier/listener/fake_push_client.h"
19 #include "net/url_request/url_request_test_util.h" 19 #include "net/url_request/url_request_test_util.h"
20 #include "testing/gtest/include/gtest/gtest.h" 20 #include "testing/gtest/include/gtest/gtest.h"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 std::unique_ptr<InvalidationNotifier> invalidator_; 79 std::unique_ptr<InvalidationNotifier> invalidator_;
80 }; 80 };
81 81
82 INSTANTIATE_TYPED_TEST_CASE_P( 82 INSTANTIATE_TYPED_TEST_CASE_P(
83 InvalidationNotifierTest, InvalidatorTest, 83 InvalidationNotifierTest, InvalidatorTest,
84 InvalidationNotifierTestDelegate); 84 InvalidationNotifierTestDelegate);
85 85
86 } // namespace 86 } // namespace
87 87
88 } // namespace syncer 88 } // namespace syncer
OLDNEW
« no previous file with comments | « components/invalidation/impl/gcm_network_channel_unittest.cc ('k') | components/invalidation/impl/mock_ack_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698