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

Unified Diff: components/drive/job_list.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_list.cc
diff --git a/chrome/browser/chromeos/drive/job_list.cc b/components/drive/job_list.cc
similarity index 98%
rename from chrome/browser/chromeos/drive/job_list.cc
rename to components/drive/job_list.cc
index 39eb5bb10ffb7722efb13a4cdbd6a9c13313d88f..a9d9e1c0c503164b8a5c20e9d23bdf826ca64144 100644
--- a/chrome/browser/chromeos/drive/job_list.cc
+++ b/components/drive/job_list.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_list.h"
+#include "components/drive/job_list.h"
#include "base/logging.h"
#include "base/strings/string_number_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698