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

Side by Side Diff: device/bluetooth/bluetooth_profile_chromeos_unittest.cc

Issue 19607005: Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/,… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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/message_loop.h" 5 #include "base/message_loop/message_loop.h"
6 #include "chromeos/dbus/fake_bluetooth_device_client.h" 6 #include "chromeos/dbus/fake_bluetooth_device_client.h"
7 #include "chromeos/dbus/fake_bluetooth_profile_manager_client.h" 7 #include "chromeos/dbus/fake_bluetooth_profile_manager_client.h"
8 #include "chromeos/dbus/fake_bluetooth_profile_service_provider.h" 8 #include "chromeos/dbus/fake_bluetooth_profile_service_provider.h"
9 #include "chromeos/dbus/mock_dbus_thread_manager_without_gmock.h" 9 #include "chromeos/dbus/mock_dbus_thread_manager_without_gmock.h"
10 #include "device/bluetooth/bluetooth_adapter.h" 10 #include "device/bluetooth/bluetooth_adapter.h"
11 #include "device/bluetooth/bluetooth_adapter_chromeos.h" 11 #include "device/bluetooth/bluetooth_adapter_chromeos.h"
12 #include "device/bluetooth/bluetooth_adapter_factory.h" 12 #include "device/bluetooth/bluetooth_adapter_factory.h"
13 #include "device/bluetooth/bluetooth_device.h" 13 #include "device/bluetooth/bluetooth_device.h"
14 #include "device/bluetooth/bluetooth_device_chromeos.h" 14 #include "device/bluetooth/bluetooth_device_chromeos.h"
15 #include "device/bluetooth/bluetooth_profile.h" 15 #include "device/bluetooth/bluetooth_profile.h"
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 // Unregister the profile, make sure it's no longer registered. 352 // Unregister the profile, make sure it's no longer registered.
353 last_profile_->Unregister(); 353 last_profile_->Unregister();
354 354
355 profile_service_provider = 355 profile_service_provider =
356 fake_bluetooth_profile_manager_client_->GetProfileServiceProvider( 356 fake_bluetooth_profile_manager_client_->GetProfileServiceProvider(
357 FakeBluetoothProfileManagerClient::kRfcommUuid); 357 FakeBluetoothProfileManagerClient::kRfcommUuid);
358 EXPECT_TRUE(profile_service_provider == NULL); 358 EXPECT_TRUE(profile_service_provider == NULL);
359 } 359 }
360 360
361 } // namespace chromeos 361 } // namespace chromeos
OLDNEW
« no previous file with comments | « device/bluetooth/bluetooth_profile_chromeos.cc ('k') | device/bluetooth/bluetooth_task_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698