| Index: net/tools/balsa/split.h
|
| diff --git a/net/tools/flip_server/split.h b/net/tools/balsa/split.h
|
| similarity index 83%
|
| rename from net/tools/flip_server/split.h
|
| rename to net/tools/balsa/split.h
|
| index aae20b062a5b88d29f99e2aa7ae35a003872eb91..883bd98adea1aeeae570bafbb8f0a314dab5d244 100644
|
| --- a/net/tools/flip_server/split.h
|
| +++ b/net/tools/balsa/split.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_SPLIT_H_
|
| -#define NET_TOOLS_FLIP_SERVER_SPLIT_H_
|
| +#ifndef NET_TOOLS_BALSA_SPLIT_H_
|
| +#define NET_TOOLS_BALSA_SPLIT_H_
|
|
|
| #include <vector>
|
| #include "base/strings/string_piece.h"
|
| @@ -19,5 +19,5 @@ void SplitStringPieceToVector(const base::StringPiece& full,
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_TOOLS_FLIP_SERVER_SPLIT_H_
|
| +#endif // NET_TOOLS_BALSA_SPLIT_H_
|
|
|
|
|