summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/base_node.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 05:53:30 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 05:53:30 +0000
commit7573f4933330825b60783d765a11c46bd6dbf138 (patch)
tree2e69c5a9df15044121014c4489cac8c3b92c43a0 /sync/internal_api/public/base_node.h
parente67291f1b7e1816dc04ed63f15217587f535578b (diff)
downloadchromium_src-7573f4933330825b60783d765a11c46bd6dbf138.zip
chromium_src-7573f4933330825b60783d765a11c46bd6dbf138.tar.gz
chromium_src-7573f4933330825b60783d765a11c46bd6dbf138.tar.bz2
Cleanup: IWYU for base/time.h in sync/.
Review URL: https://chromiumcodereview.appspot.com/11028086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/public/base_node.h')
-rw-r--r--sync/internal_api/public/base_node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync/internal_api/public/base_node.h b/sync/internal_api/public/base_node.h
index d4ba99d..39d66d4 100644
--- a/sync/internal_api/public/base_node.h
+++ b/sync/internal_api/public/base_node.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
+#include "base/time.h"
#include "googleurl/src/gurl.h"
#include "sync/internal_api/public/base/model_type.h"
#include "sync/protocol/sync.pb.h"
@@ -88,7 +89,7 @@ class BaseNode {
virtual int64 GetId() const;
// Returns the modification time of the object.
- const base::Time& GetModificationTime() const;
+ base::Time GetModificationTime() const;
// Nodes are hierarchically arranged into a single-rooted tree.
// InitByRootLookup on ReadNode allows access to the root. GetParentId is