diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 05:42:26 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 05:42:26 +0000 |
commit | 39188540aa003e164d0c23a6cb830a36b78789a1 (patch) | |
tree | a2c024650cbecaa3c9b76110bee3bf825c50f196 /app/resource_bundle.cc | |
parent | 38bba4f8e2f93dd789c3483a3f0c153ca5809793 (diff) | |
download | chromium_src-39188540aa003e164d0c23a6cb830a36b78789a1.zip chromium_src-39188540aa003e164d0c23a6cb830a36b78789a1.tar.gz chromium_src-39188540aa003e164d0c23a6cb830a36b78789a1.tar.bz2 |
Remove some unnecessary dependencies on net from app/win_util and app/resource_bundle.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/858006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41401 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resource_bundle.cc')
-rw-r--r-- | app/resource_bundle.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/resource_bundle.cc b/app/resource_bundle.cc index f0b9923..20244d7 100644 --- a/app/resource_bundle.cc +++ b/app/resource_bundle.cc @@ -8,8 +8,6 @@ #include "app/gfx/font.h" #include "base/logging.h" #include "base/string_piece.h" -#include "net/base/file_stream.h" -#include "net/base/net_errors.h" #include "third_party/skia/include/core/SkBitmap.h" ResourceBundle* ResourceBundle::g_shared_instance_ = NULL; |