diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 06:30:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 06:30:33 +0000 |
commit | c5212894e576e713ffb90d43bc2e5de55478446e (patch) | |
tree | d94e398b1d6072967dd555fc4a09873a46e08355 /chrome/browser/password_manager/ie7_password.cc | |
parent | 3bbddbde99414282ab8984f79e39daaaf243924a (diff) | |
download | chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.zip chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.gz chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 8)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3232003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/password_manager/ie7_password.cc')
-rw-r--r-- | chrome/browser/password_manager/ie7_password.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/password_manager/ie7_password.cc b/chrome/browser/password_manager/ie7_password.cc index 053bce9..d6945d81 100644 --- a/chrome/browser/password_manager/ie7_password.cc +++ b/chrome/browser/password_manager/ie7_password.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -8,7 +8,6 @@ #include <string> #include <vector> -#include "base/logging.h" #include "base/scoped_ptr.h" #include "base/sha1.h" #include "base/string_util.h" |