| Index: net/spdy/core/hpack/hpack_header_table_test.cc | 
| diff --git a/net/spdy/hpack/hpack_header_table_test.cc b/net/spdy/core/hpack/hpack_header_table_test.cc | 
| similarity index 98% | 
| rename from net/spdy/hpack/hpack_header_table_test.cc | 
| rename to net/spdy/core/hpack/hpack_header_table_test.cc | 
| index f46968eaecd624c3acec58066a384980ac9e5dba..e9e944add90e1b8521b03378d8a21ebf7edb8ca7 100644 | 
| --- a/net/spdy/hpack/hpack_header_table_test.cc | 
| +++ b/net/spdy/core/hpack/hpack_header_table_test.cc | 
| @@ -2,17 +2,17 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "net/spdy/hpack/hpack_header_table.h" | 
| +#include "net/spdy/core/hpack/hpack_header_table.h" | 
|  | 
| #include <algorithm> | 
| #include <set> | 
| #include <vector> | 
|  | 
| #include "base/macros.h" | 
| -#include "net/spdy/hpack/hpack_constants.h" | 
| -#include "net/spdy/hpack/hpack_entry.h" | 
| +#include "net/spdy/chromium/spdy_flags.h" | 
| +#include "net/spdy/core/hpack/hpack_constants.h" | 
| +#include "net/spdy/core/hpack/hpack_entry.h" | 
| #include "net/spdy/platform/api/spdy_string.h" | 
| -#include "net/spdy/spdy_flags.h" | 
| #include "testing/gtest/include/gtest/gtest.h" | 
|  | 
| namespace net { | 
|  |