summaryrefslogtreecommitdiffstats
path: root/base/version.h
diff options
context:
space:
mode:
authorensonic@google.com <ensonic@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 13:27:05 +0000
committerensonic@google.com <ensonic@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 13:27:05 +0000
commit4ee5aad33e75b67c9bab55539a5cac65f0c63d83 (patch)
treeb6e0379419787fe194005a351d44df38bc3f3cec /base/version.h
parente73fd5d32e9206d40c4c9c016834c0ed5f09ecdf (diff)
downloadchromium_src-4ee5aad33e75b67c9bab55539a5cac65f0c63d83.zip
chromium_src-4ee5aad33e75b67c9bab55539a5cac65f0c63d83.tar.gz
chromium_src-4ee5aad33e75b67c9bab55539a5cac65f0c63d83.tar.bz2
base: remove unused header and include the right one instead
Don't include "base/gtest_prod_util.h". It defines one macro and that is not used here. Include the needed testing header in two places instead. BUG=105855 Review URL: http://codereview.chromium.org/8555003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/version.h')
-rw-r--r--base/version.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/version.h b/base/version.h
index 2ea4101..b6029d3 100644
--- a/base/version.h
+++ b/base/version.h
@@ -11,7 +11,6 @@
#include "base/base_export.h"
#include "base/basictypes.h"
-#include "base/gtest_prod_util.h"
// Version represents a dotted version number, like "1.2.3.4", supporting
// parsing and comparison.