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

Unified Diff: components/drive/job_scheduler.h

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_scheduler.h
diff --git a/chrome/browser/chromeos/drive/job_scheduler.h b/components/drive/job_scheduler.h
similarity index 98%
rename from chrome/browser/chromeos/drive/job_scheduler.h
rename to components/drive/job_scheduler.h
index fc1be52f77f9cb88213af60588b61ad9ae1c91f7..3739382f4620c7182c1dbbff1d66abad95ae5d28 100644
--- a/chrome/browser/chromeos/drive/job_scheduler.h
+++ b/components/drive/job_scheduler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_JOB_SCHEDULER_H_
-#define CHROME_BROWSER_CHROMEOS_DRIVE_JOB_SCHEDULER_H_
+#ifndef COMPONENTS_DRIVE_JOB_SCHEDULER_H_
+#define COMPONENTS_DRIVE_JOB_SCHEDULER_H_
#include <string>
#include <vector>
@@ -12,9 +12,9 @@
#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
#include "base/threading/thread_checker.h"
-#include "chrome/browser/chromeos/drive/job_list.h"
-#include "chrome/browser/chromeos/drive/job_queue.h"
#include "components/drive/drive_uploader.h"
+#include "components/drive/job_list.h"
+#include "components/drive/job_queue.h"
#include "components/drive/service/drive_service_interface.h"
#include "net/base/network_change_notifier.h"
@@ -408,4 +408,4 @@ class JobScheduler
} // namespace drive
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_JOB_SCHEDULER_H_
+#endif // COMPONENTS_DRIVE_JOB_SCHEDULER_H_

Powered by Google App Engine
This is Rietveld 408576698