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

Unified Diff: chromeos/binder/remote_object.cc

Issue 1966093003: Fix include path for moved thread_task_runner_handle.h header in chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | chromeos/binder/transaction_data_from_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/binder/remote_object.cc
diff --git a/chromeos/binder/remote_object.cc b/chromeos/binder/remote_object.cc
index 8d255aece0b3a1c9c1f67ab121601e37e319e510..763d9cf1ef84ab81cb8b6fbbb5064bcd4a8f3f08 100644
--- a/chromeos/binder/remote_object.cc
+++ b/chromeos/binder/remote_object.cc
@@ -5,7 +5,7 @@
#include "chromeos/binder/remote_object.h"
#include "base/location.h"
-#include "base/thread_task_runner_handle.h"
+#include "base/threading/thread_task_runner_handle.h"
#include "chromeos/binder/command_broker.h"
namespace binder {
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | chromeos/binder/transaction_data_from_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698