diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/v8_unit_test.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <string> -#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. |