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

Unified Diff: components/scheduler/base/lazy_now.h

Issue 1461143003: Revert of Adds TimeDomains to the TaskQueueManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « components/scheduler/BUILD.gn ('k') | components/scheduler/base/lazy_now.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/base/lazy_now.h
diff --git a/components/scheduler/base/lazy_now.h b/components/scheduler/base/lazy_now.h
index 34c659babcd8a1d2898ebbf74c268faef89075ae..fd52322a964f13a3d4fb772804717787d8d282d4 100644
--- a/components/scheduler/base/lazy_now.h
+++ b/components/scheduler/base/lazy_now.h
@@ -12,6 +12,7 @@
}
namespace scheduler {
+namespace internal {
// Now() is somewhat expensive so it makes sense not to call Now() unless we
// really need to.
@@ -30,6 +31,7 @@
base::TimeTicks now_;
};
+} // namespace internal
} // namespace scheduler
#endif // COMPONENTS_SCHEDULER_BASE_LAZY_NOW_H_
« no previous file with comments | « components/scheduler/BUILD.gn ('k') | components/scheduler/base/lazy_now.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698