summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
authorhalyavin@google.com <halyavin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-05 10:24:14 +0000
committerhalyavin@google.com <halyavin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-05 10:24:14 +0000
commitc847df2fd18af7012fa72ed1142942437592732e (patch)
tree19c3a1d8fddbf76e6cc8caa498e488e06f7a829a /sync
parentf8ec4af704bd53e750d90b59e0aa97b62d61ddb8 (diff)
downloadchromium_src-c847df2fd18af7012fa72ed1142942437592732e.zip
chromium_src-c847df2fd18af7012fa72ed1142942437592732e.tar.gz
chromium_src-c847df2fd18af7012fa72ed1142942437592732e.tar.bz2
Add #include <iterator> to files that use std::back_inserter.
See http://code.google.com/p/chromium/source/search?q=back_inserter+-%23include%5C+%5C%3Citerator%5C%3E&origq=back_inserter+-%23include%5C+%5C%3Citerator%5C%3E&btnG=Search+Trunk BUG= none TEST= none Review URL: http://codereview.chromium.org/9968121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r--sync/sessions/sync_session.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sessions/sync_session.cc b/sync/sessions/sync_session.cc
index 307ae97..c557862 100644
--- a/sync/sessions/sync_session.cc
+++ b/sync/sessions/sync_session.cc
@@ -5,6 +5,7 @@
#include "sync/sessions/sync_session.h"
#include <algorithm>
+#include <iterator>
#include "base/logging.h"
#include "sync/syncable/model_type.h"