diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-15 19:00:19 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-15 19:00:19 +0000 |
commit | 244924124002fb09afa5e6ccdb248f897848431b (patch) | |
tree | c2737631b52a3390bf33498eb58210749c12efb4 /chrome/browser/sync/glue | |
parent | 16b527168c7fcdc36588379c3c30225493265689 (diff) | |
download | chromium_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/glue')
6 files changed, 1 insertions, 11 deletions
diff --git a/chrome/browser/sync/glue/model_associator.h b/chrome/browser/sync/glue/model_associator.h index e9f89b3..f74129f 100644 --- a/chrome/browser/sync/glue/model_associator.h +++ b/chrome/browser/sync/glue/model_associator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-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,9 +6,6 @@ #define CHROME_BROWSER_SYNC_GLUE_MODEL_ASSOCIATOR_H_ #pragma once -#include <map> -#include <string> - #include "base/basictypes.h" #include "chrome/browser/sync/syncable/model_type.h" diff --git a/chrome/browser/sync/glue/password_change_processor.h b/chrome/browser/sync/glue/password_change_processor.h index 317c2de..603f164 100644 --- a/chrome/browser/sync/glue/password_change_processor.h +++ b/chrome/browser/sync/glue/password_change_processor.h @@ -8,8 +8,6 @@ #include "chrome/browser/sync/glue/change_processor.h" -#include <vector> - #include "base/basictypes.h" #include "base/scoped_ptr.h" #include "chrome/browser/sync/glue/sync_backend_host.h" diff --git a/chrome/browser/sync/glue/password_model_associator.h b/chrome/browser/sync/glue/password_model_associator.h index e1f0438..b1b6a6a 100644 --- a/chrome/browser/sync/glue/password_model_associator.h +++ b/chrome/browser/sync/glue/password_model_associator.h @@ -7,7 +7,6 @@ #pragma once #include <map> -#include <set> #include <string> #include <vector> diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h index 4e1a9cd..bc2d572 100644 --- a/chrome/browser/sync/glue/sync_backend_host.h +++ b/chrome/browser/sync/glue/sync_backend_host.h @@ -7,7 +7,6 @@ #pragma once #include <map> -#include <set> #include <string> #include <vector> diff --git a/chrome/browser/sync/glue/typed_url_change_processor.h b/chrome/browser/sync/glue/typed_url_change_processor.h index e36b6e4..7c81588 100644 --- a/chrome/browser/sync/glue/typed_url_change_processor.h +++ b/chrome/browser/sync/glue/typed_url_change_processor.h @@ -8,8 +8,6 @@ #include "chrome/browser/sync/glue/change_processor.h" -#include <vector> - #include "base/basictypes.h" #include "base/scoped_ptr.h" #include "base/time.h" diff --git a/chrome/browser/sync/glue/typed_url_model_associator.h b/chrome/browser/sync/glue/typed_url_model_associator.h index c5891e1..7424d78b 100644 --- a/chrome/browser/sync/glue/typed_url_model_associator.h +++ b/chrome/browser/sync/glue/typed_url_model_associator.h @@ -7,7 +7,6 @@ #pragma once #include <map> -#include <set> #include <string> #include <vector> |