diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 22:13:42 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 22:13:42 +0000 |
commit | 19118d5da6ddaedb72bcbb1cc7a0e1bb65eb7627 (patch) | |
tree | f40d05167473ac62656776d9d1815516458008e2 /chrome/installer/util/google_chrome_distribution.h | |
parent | 9fa5053195568bc7b8cb5899131aae9c91ca90da (diff) | |
download | chromium_src-19118d5da6ddaedb72bcbb1cc7a0e1bb65eb7627.zip chromium_src-19118d5da6ddaedb72bcbb1cc7a0e1bb65eb7627.tar.gz chromium_src-19118d5da6ddaedb72bcbb1cc7a0e1bb65eb7627.tar.bz2 |
GTTF: Use FRIEND_TEST_ALL_PREFIXES some more.
TEST=compile
BUG=44549
Review URL: http://codereview.chromium.org/3032025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53706 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_chrome_distribution.h')
-rw-r--r-- | chrome/installer/util/google_chrome_distribution.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h index 1be2f13..1280fc8 100644 --- a/chrome/installer/util/google_chrome_distribution.h +++ b/chrome/installer/util/google_chrome_distribution.h @@ -8,11 +8,10 @@ #ifndef CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_ #define CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_ +#include "base/gtest_prod_util.h" #include "chrome/installer/util/browser_distribution.h" #include "chrome/installer/util/util_constants.h" -#include "testing/gtest/include/gtest/gtest_prod.h" // for FRIEND_TEST - class DictionaryValue; class GoogleChromeDistribution : public BrowserDistribution { @@ -88,7 +87,7 @@ class GoogleChromeDistribution : public BrowserDistribution { private: friend class BrowserDistribution; - FRIEND_TEST(GoogleChromeDistTest, TestExtractUninstallMetrics); + FRIEND_TEST_ALL_PREFIXES(GoogleChromeDistTest, TestExtractUninstallMetrics); // Extracts uninstall metrics from the JSON file located at file_path. // Returns them in a form suitable for appending to a url that already |