Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: net/tools/balsa/noop_balsa_visitor.h

Issue 25085002: Break out balsa and epoll_server from net/tools/flip_server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/balsa/http_message_constants.cc ('k') | net/tools/balsa/simple_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/tools/balsa/http_message_constants.cc ('k') | net/tools/balsa/simple_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698