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

Unified Diff: base/task/sequenced_task_runner.h

Issue 14927008: Move sequenced_task_runner to base/task (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « base/single_thread_task_runner.h ('k') | base/task/sequenced_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task/sequenced_task_runner.h
diff --git a/base/sequenced_task_runner.h b/base/task/sequenced_task_runner.h
similarity index 97%
rename from base/sequenced_task_runner.h
rename to base/task/sequenced_task_runner.h
index f6ca64678185e83ae46170a0450fb906cabb7b8e..1e4973dbf831dea6f972f6481b6a69ad52212676 100644
--- a/base/sequenced_task_runner.h
+++ b/base/task/sequenced_task_runner.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_SEQUENCED_TASKRUNNER_H_
-#define BASE_SEQUENCED_TASKRUNNER_H_
+#ifndef BASE_TASK_SEQUENCED_TASK_RUNNER_H_
+#define BASE_TASK_SEQUENCED_TASK_RUNNER_H_
#include "base/base_export.h"
-#include "base/sequenced_task_runner_helpers.h"
+#include "base/task/sequenced_task_runner_helpers.h"
#include "base/task_runner.h"
namespace base {
@@ -156,4 +156,4 @@ class BASE_EXPORT SequencedTaskRunner : public TaskRunner {
} // namespace base
-#endif // BASE_SEQUENCED_TASKRUNNER_H_
+#endif // BASE_TASK_SEQUENCED_TASK_RUNNER_H_
« no previous file with comments | « base/single_thread_task_runner.h ('k') | base/task/sequenced_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698