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

Unified Diff: sync/internal_api/base_node.cc

Issue 11028086: Cleanup: IWYU for base/time.h in sync/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « sync/engine/throttled_data_type_tracker_unittest.cc ('k') | sync/internal_api/public/base/model_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/base_node.cc
===================================================================
--- sync/internal_api/base_node.cc (revision 160754)
+++ sync/internal_api/base_node.cc (working copy)
@@ -181,7 +181,7 @@
return GetEntry()->Get(syncable::META_HANDLE);
}
-const base::Time& BaseNode::GetModificationTime() const {
+base::Time BaseNode::GetModificationTime() const {
return GetEntry()->Get(syncable::MTIME);
}
« no previous file with comments | « sync/engine/throttled_data_type_tracker_unittest.cc ('k') | sync/internal_api/public/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698