| Index: net/tools/balsa/balsa_headers.h
|
| diff --git a/net/tools/flip_server/balsa_headers.h b/net/tools/balsa/balsa_headers.h
|
| similarity index 99%
|
| rename from net/tools/flip_server/balsa_headers.h
|
| rename to net/tools/balsa/balsa_headers.h
|
| index 2c8b08362c70bb9d4f7221c45ce15abf8b2278c4..eb67754ca1ba3c4d6da10b02d95e978e5b0db4a2 100644
|
| --- a/net/tools/flip_server/balsa_headers.h
|
| +++ b/net/tools/balsa/balsa_headers.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_TOOLS_FLIP_SERVER_BALSA_HEADERS_H_
|
| -#define NET_TOOLS_FLIP_SERVER_BALSA_HEADERS_H_
|
| +#ifndef NET_TOOLS_BALSA_BALSA_HEADERS_H_
|
| +#define NET_TOOLS_BALSA_BALSA_HEADERS_H_
|
|
|
| #include <algorithm>
|
| #include <iosfwd>
|
| @@ -15,8 +15,8 @@
|
| #include "base/logging.h"
|
| #include "base/port.h"
|
| #include "base/strings/string_piece.h"
|
| -#include "net/tools/flip_server/balsa_enums.h"
|
| -#include "net/tools/flip_server/string_piece_utils.h"
|
| +#include "net/tools/balsa/balsa_enums.h"
|
| +#include "net/tools/balsa/string_piece_utils.h"
|
|
|
| namespace net {
|
|
|
| @@ -1135,4 +1135,4 @@ class BalsaHeaders {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_TOOLS_FLIP_SERVER_BALSA_HEADERS_H_
|
| +#endif // NET_TOOLS_BALSA_BALSA_HEADERS_H_
|
|
|