| Index: net/tools/balsa/noop_balsa_visitor.h
|
| diff --git a/net/tools/flip_server/noop_balsa_visitor.h b/net/tools/balsa/noop_balsa_visitor.h
|
| similarity index 92%
|
| rename from net/tools/flip_server/noop_balsa_visitor.h
|
| rename to net/tools/balsa/noop_balsa_visitor.h
|
| index 04f4aa6dff02853688693849f0873cbd0c2426b1..c0136f1248843c4d29eff047690ba558032d1b7e 100644
|
| --- a/net/tools/flip_server/noop_balsa_visitor.h
|
| +++ b/net/tools/balsa/noop_balsa_visitor.h
|
| @@ -6,10 +6,10 @@
|
| // Intended to be used as a base class for BalsaVisitorInterface subclasses that
|
| // only need to override a small number of methods.
|
|
|
| -#ifndef NET_TOOLS_FLIP_SERVER_NOOP_BALSA_VISITOR_H_
|
| -#define NET_TOOLS_FLIP_SERVER_NOOP_BALSA_VISITOR_H_
|
| +#ifndef NET_TOOLS_BALSA_NOOP_BALSA_VISITOR_H_
|
| +#define NET_TOOLS_BALSA_NOOP_BALSA_VISITOR_H_
|
|
|
| -#include "net/tools/flip_server/balsa_visitor_interface.h"
|
| +#include "net/tools/balsa/balsa_visitor_interface.h"
|
|
|
| namespace net {
|
|
|
| @@ -57,4 +57,4 @@ class NoOpBalsaVisitor : public BalsaVisitorInterface {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_TOOLS_FLIP_SERVER_NOOP_BALSA_VISITOR_H_
|
| +#endif // NET_TOOLS_BALSA_NOOP_BALSA_VISITOR_H_
|
|
|