summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/syncable
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:00:19 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:00:19 +0000
commit244924124002fb09afa5e6ccdb248f897848431b (patch)
treec2737631b52a3390bf33498eb58210749c12efb4 /chrome/browser/sync/syncable
parent16b527168c7fcdc36588379c3c30225493265689 (diff)
downloadchromium_src-244924124002fb09afa5e6ccdb248f897848431b.zip
chromium_src-244924124002fb09afa5e6ccdb248f897848431b.tar.gz
chromium_src-244924124002fb09afa5e6ccdb248f897848431b.tar.bz2
FBTF: Remove "obviously" unneeded standard C++ library #includes.
BUG=none TEST=builds Review URL: http://codereview.chromium.org/3179017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/syncable')
-rw-r--r--chrome/browser/sync/syncable/directory_backing_store.h3
-rw-r--r--chrome/browser/sync/syncable/syncable.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/sync/syncable/directory_backing_store.h b/chrome/browser/sync/syncable/directory_backing_store.h
index 766ba6a..cadd7d3 100644
--- a/chrome/browser/sync/syncable/directory_backing_store.h
+++ b/chrome/browser/sync/syncable/directory_backing_store.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,7 +6,6 @@
#define CHROME_BROWSER_SYNC_SYNCABLE_DIRECTORY_BACKING_STORE_H_
#pragma once
-#include <set>
#include <string>
#include "base/file_path.h"
diff --git a/chrome/browser/sync/syncable/syncable.h b/chrome/browser/sync/syncable/syncable.h
index 05a8c95..d54368e 100644
--- a/chrome/browser/sync/syncable/syncable.h
+++ b/chrome/browser/sync/syncable/syncable.h
@@ -10,7 +10,6 @@
#include <bitset>
#include <iosfwd>
#include <limits>
-#include <map>
#include <set>
#include <string>
#include <vector>