summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-08 08:31:01 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-08 08:31:01 +0000
commit9b7770d492131fc745cd485afc26d0929533afe0 (patch)
tree2dbb9c73a2d2fb33147f0f59aa66c0d2295b82d2 /chrome/browser/importer
parentfd1b8ea1c39a8b99285bdca24e22731f463e63d8 (diff)
downloadchromium_src-9b7770d492131fc745cd485afc26d0929533afe0.zip
chromium_src-9b7770d492131fc745cd485afc26d0929533afe0.tar.gz
chromium_src-9b7770d492131fc745cd485afc26d0929533afe0.tar.bz2
Replace #if 0 used to disable test, the DISABLED_ and FLAKY_
prefixes, so the code doesn't rot. TEST=none BUG=none Review URL: http://codereview.chromium.org/2035009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer')
-rw-r--r--chrome/browser/importer/importer_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/importer/importer_unittest.cc b/chrome/browser/importer/importer_unittest.cc
index f4ebbe2..edc3620 100644
--- a/chrome/browser/importer/importer_unittest.cc
+++ b/chrome/browser/importer/importer_unittest.cc
@@ -364,7 +364,7 @@ TEST_F(ImporterTest, IEImporter) {
// Sets up dummy password data.
HRESULT res;
- #if 0 // This part of the test is disabled. See bug #2466
+#if 0 // This part of the test is disabled. See bug #2466
ScopedComPtr<IPStore> pstore;
HMODULE pstorec_dll;
GUID type = IEImporter::kUnittestGUID;