summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-07 17:37:20 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-07 17:37:20 +0000
commitc4007a761c12e248bc1f3044e67d569aba436845 (patch)
treea05d93ecfdce719f2d52fc76b612e21657498467
parentd9c74b6e95e939bb2b75e04aaf2cd20a1c14b915 (diff)
downloadchromium_src-c4007a761c12e248bc1f3044e67d569aba436845.zip
chromium_src-c4007a761c12e248bc1f3044e67d569aba436845.tar.gz
chromium_src-c4007a761c12e248bc1f3044e67d569aba436845.tar.bz2
Removing unused #include from url_constants.cc.
Patch by Thiago Farina, original review: http://codereview.chromium.org/165113 BUG=None TEST=None Review URL: http://codereview.chromium.org/165135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22733 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/url_constants.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index eb3f78f..ca9f9b5 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -4,9 +4,6 @@
#include "chrome/common/url_constants.h"
-// TODO(port): Remove this header when last ifdef is removed from this file.
-#include "build/build_config.h"
-
namespace chrome {
const char kAboutScheme[] = "about";