| Index: net/spdy/core/http2_frame_decoder_adapter.h
|
| diff --git a/net/spdy/http2_frame_decoder_adapter.h b/net/spdy/core/http2_frame_decoder_adapter.h
|
| similarity index 88%
|
| rename from net/spdy/http2_frame_decoder_adapter.h
|
| rename to net/spdy/core/http2_frame_decoder_adapter.h
|
| index bd1e19be92da3a53fad8f63f57293adf3116a750..42dcbf72aab668cca3059df16e97e4a51aa735fe 100644
|
| --- a/net/spdy/http2_frame_decoder_adapter.h
|
| +++ b/net/spdy/core/http2_frame_decoder_adapter.h
|
| @@ -11,8 +11,8 @@
|
|
|
| #include <memory>
|
|
|
| -#include "net/spdy/spdy_framer.h"
|
| -#include "net/spdy/spdy_framer_decoder_adapter.h"
|
| +#include "net/spdy/core/spdy_framer.h"
|
| +#include "net/spdy/core/spdy_framer_decoder_adapter.h"
|
|
|
| namespace net {
|
|
|
|
|