summaryrefslogtreecommitdiffstats
path: root/chrome_frame/html_utils.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 22:13:42 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 22:13:42 +0000
commit19118d5da6ddaedb72bcbb1cc7a0e1bb65eb7627 (patch)
treef40d05167473ac62656776d9d1815516458008e2 /chrome_frame/html_utils.h
parent9fa5053195568bc7b8cb5899131aae9c91ca90da (diff)
downloadchromium_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_frame/html_utils.h')
-rw-r--r--chrome_frame/html_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/html_utils.h b/chrome_frame/html_utils.h
index 21eb8cc..8296b5f 100644
--- a/chrome_frame/html_utils.h
+++ b/chrome_frame/html_utils.h
@@ -11,8 +11,8 @@
#include <vector>
#include "base/basictypes.h"
+#include "base/gtest_prod_util.h"
#include "net/http/http_util.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
// Forward declarations
class HtmlUtilUnittest;
@@ -88,7 +88,7 @@ class HTMLScanner {
private:
friend class HtmlUtilUnittest;
- FRIEND_TEST(HtmlUtilUnittest, BasicTest);
+ FRIEND_TEST_ALL_PREFIXES(HtmlUtilUnittest, BasicTest);
// Given html_string which represents the remaining html range, this method
// returns the next tag in tag and advances html_string to one character after