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

Unified Diff: components/drive/job_queue.cc

Issue 1215503010: OBSOLETE: Move (most of) chrome/browser/chromeos/drive into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drive-componentize-service
Patch Set: Created 5 years, 6 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
Index: components/drive/job_queue.cc
diff --git a/chrome/browser/chromeos/drive/job_queue.cc b/components/drive/job_queue.cc
similarity index 98%
rename from chrome/browser/chromeos/drive/job_queue.cc
rename to components/drive/job_queue.cc
index d2bf8de0551b5989b8255684f5ff7f9f93d2e97c..d890abf846428539c3de5a12d78adea7c3e1a1fd 100644
--- a/chrome/browser/chromeos/drive/job_queue.cc
+++ b/components/drive/job_queue.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/job_queue.h"
+#include "components/drive/job_queue.h"
#include <algorithm>

Powered by Google App Engine
This is Rietveld 408576698