| Index: chrome/renderer/static_v8_external_string_resource.h
|
| diff --git a/chrome/renderer/static_v8_external_string_resource.h b/chrome/renderer/static_v8_external_string_resource.h
|
| index 7a72b792b4b2ab6f5d7de27f2486eb5973bc85d6..27a8cd2d2e2dca1658a211235585cf2c7c98537a 100644
|
| --- a/chrome/renderer/static_v8_external_string_resource.h
|
| +++ b/chrome/renderer/static_v8_external_string_resource.h
|
| @@ -10,10 +10,6 @@
|
| #include "base/string_piece.h"
|
| #include "v8/include/v8.h"
|
|
|
| -namespace base {
|
| -class StringPiece;
|
| -}
|
| -
|
| // A very simple implementation of v8::ExternalAsciiStringResource that just
|
| // wraps a buffer. The buffer must outlive the v8 runtime instance this resource
|
| // is used in.
|
|
|