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

Unified Diff: components/drive/change_list_loader.cc

Issue 1310713002: Moving chrome/browser/chromeos/drive/change_list* into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed paths in components/drive/BUILD.gn Created 5 years, 4 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 | « components/drive/change_list_loader.h ('k') | components/drive/change_list_loader_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/change_list_loader.cc
diff --git a/chrome/browser/chromeos/drive/change_list_loader.cc b/components/drive/change_list_loader.cc
similarity index 98%
rename from chrome/browser/chromeos/drive/change_list_loader.cc
rename to components/drive/change_list_loader.cc
index 5e9eace3c5d54ac7654d87904eee0b5eeb33e680..8efc135c3b5dfc24dc5865a2d8bf6aca9c773379 100644
--- a/chrome/browser/chromeos/drive/change_list_loader.cc
+++ b/components/drive/change_list_loader.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/drive/change_list_loader.h"
+#include "components/drive/change_list_loader.h"
#include <set>
@@ -13,8 +13,8 @@
#include "base/synchronization/cancellation_flag.h"
#include "base/thread_task_runner_handle.h"
#include "base/time/time.h"
-#include "chrome/browser/chromeos/drive/change_list_loader_observer.h"
-#include "chrome/browser/chromeos/drive/change_list_processor.h"
+#include "components/drive/change_list_loader_observer.h"
+#include "components/drive/change_list_processor.h"
#include "components/drive/event_logger.h"
#include "components/drive/file_system_core_util.h"
#include "components/drive/job_scheduler.h"
« no previous file with comments | « components/drive/change_list_loader.h ('k') | components/drive/change_list_loader_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698