From d52a0b3f99d3a4b33901c02d51328e1879854926 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 7 Apr 2009 19:22:27 +0000 Subject: Remove unneeded includes of base/string_piece.h Review URL: http://codereview.chromium.org/62016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13265 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/v8_unit_test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/test/v8_unit_test.h') diff --git a/chrome/test/v8_unit_test.h b/chrome/test/v8_unit_test.h index da52163..1502e9d 100644 --- a/chrome/test/v8_unit_test.h +++ b/chrome/test/v8_unit_test.h @@ -7,10 +7,11 @@ #include -#include "base/string_piece.h" #include "testing/gtest/include/gtest/gtest.h" #include "v8/include/v8.h" +class StringPiece; + // A superclass for unit tests that involve running JavaScript. This class // sets up V8 context and has methods that make it easy to execute scripts in // this context as well as call functions in the context. -- cgit v1.1