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

Unified Diff: net/tools/balsa/balsa_headers.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/balsa_frame_test.cc ('k') | net/tools/balsa/balsa_headers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/tools/balsa/balsa_frame_test.cc ('k') | net/tools/balsa/balsa_headers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698