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

Side by Side Diff: components/drive/chromeos/change_list_loader.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/drive/chromeos/change_list_loader.h" 5 #include "components/drive/chromeos/change_list_loader.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include <set> 9 #include <set>
10 #include <utility> 10 #include <utility>
11 11
12 #include "base/callback.h" 12 #include "base/callback.h"
13 #include "base/callback_helpers.h" 13 #include "base/callback_helpers.h"
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "base/memory/ptr_util.h" 15 #include "base/memory/ptr_util.h"
16 #include "base/metrics/histogram.h" 16 #include "base/metrics/histogram.h"
17 #include "base/strings/string_number_conversions.h" 17 #include "base/strings/string_number_conversions.h"
18 #include "base/synchronization/cancellation_flag.h" 18 #include "base/synchronization/cancellation_flag.h"
19 #include "base/thread_task_runner_handle.h" 19 #include "base/threading/thread_task_runner_handle.h"
20 #include "base/time/time.h" 20 #include "base/time/time.h"
21 #include "components/drive/chromeos/change_list_loader_observer.h" 21 #include "components/drive/chromeos/change_list_loader_observer.h"
22 #include "components/drive/chromeos/change_list_processor.h" 22 #include "components/drive/chromeos/change_list_processor.h"
23 #include "components/drive/chromeos/resource_metadata.h" 23 #include "components/drive/chromeos/resource_metadata.h"
24 #include "components/drive/event_logger.h" 24 #include "components/drive/event_logger.h"
25 #include "components/drive/file_system_core_util.h" 25 #include "components/drive/file_system_core_util.h"
26 #include "components/drive/job_scheduler.h" 26 #include "components/drive/job_scheduler.h"
27 #include "google_apis/drive/drive_api_parser.h" 27 #include "google_apis/drive/drive_api_parser.h"
28 #include "url/gurl.h" 28 #include "url/gurl.h"
29 29
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 576
577 OnChangeListLoadComplete(error); 577 OnChangeListLoadComplete(error);
578 578
579 FOR_EACH_OBSERVER(ChangeListLoaderObserver, 579 FOR_EACH_OBSERVER(ChangeListLoaderObserver,
580 observers_, 580 observers_,
581 OnLoadFromServerComplete()); 581 OnLoadFromServerComplete());
582 } 582 }
583 583
584 } // namespace internal 584 } // namespace internal
585 } // namespace drive 585 } // namespace drive
OLDNEW
« no previous file with comments | « components/drive/change_list_processor_unittest.cc ('k') | components/drive/chromeos/file_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698