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

Unified Diff: base/task/sequenced_task_runner_helpers.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/task/sequenced_task_runner.cc ('k') | base/test/sequenced_task_runner_test_template.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task/sequenced_task_runner_helpers.h
diff --git a/base/sequenced_task_runner_helpers.h b/base/task/sequenced_task_runner_helpers.h
similarity index 95%
rename from base/sequenced_task_runner_helpers.h
rename to base/task/sequenced_task_runner_helpers.h
index 2d0d493290a934160fde454dc9f3542b0711cbe1..4a5d2e8b50cfa87786f6a3c28f524f55d5158bc1 100644
--- a/base/sequenced_task_runner_helpers.h
+++ b/base/task/sequenced_task_runner_helpers.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 BASE_SEQUENCED_TASK_RUNNER_HELPERS_H_
-#define BASE_SEQUENCED_TASK_RUNNER_HELPERS_H_
+#ifndef BASE_TASK_SEQUENCED_TASK_RUNNER_HELPERS_H_
+#define BASE_TASK_SEQUENCED_TASK_RUNNER_HELPERS_H_
#include "base/basictypes.h"
@@ -109,4 +109,4 @@ class ReleaseHelperInternal {
} // namespace base
-#endif // BASE_SEQUENCED_TASK_RUNNER_HELPERS_H_
+#endif // BASE_TASK_SEQUENCED_TASK_RUNNER_HELPERS_H_
« no previous file with comments | « base/task/sequenced_task_runner.cc ('k') | base/test/sequenced_task_runner_test_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698