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

Unified Diff: base/task_scheduler/scheduler_worker_pool_params.h

Issue 2196373002: Move SchedulerWorkerPoolParams to the base Namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | base/task_scheduler/scheduler_worker_pool_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/scheduler_worker_pool_params.h
diff --git a/base/task_scheduler/scheduler_worker_pool_params.h b/base/task_scheduler/scheduler_worker_pool_params.h
index 6d2fd891b946a38ac616eb83beeb1cb25fbb6a2b..c66365b23fceca4a184057de5e9be0fa786d4976 100644
--- a/base/task_scheduler/scheduler_worker_pool_params.h
+++ b/base/task_scheduler/scheduler_worker_pool_params.h
@@ -14,8 +14,6 @@ namespace base {
class TimeDelta;
-namespace internal {
-
class BASE_EXPORT SchedulerWorkerPoolParams final {
public:
enum class IORestriction {
@@ -66,7 +64,6 @@ class BASE_EXPORT SchedulerWorkerPoolParams final {
DISALLOW_COPY_AND_ASSIGN(SchedulerWorkerPoolParams);
};
-} // namespace internal
} // namespace base
#endif // BASE_TASK_SCHEDULER_SCHEDULER_WORKER_POOL_PARAMS_H_
« no previous file with comments | « no previous file | base/task_scheduler/scheduler_worker_pool_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698