summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server/balsa_frame.h
diff options
context:
space:
mode:
authormbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-14 20:25:05 +0000
committermbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-14 20:25:05 +0000
commit4929124c57699e73b988022239a05ce1b02c7f69 (patch)
tree8a6af042afa0cb3488e659865ad0a0ad9ce495f2 /net/tools/flip_server/balsa_frame.h
parent95bd94a0b6845f9c1a5d6b5a184f6e8dd268fce8 (diff)
downloadchromium_src-4929124c57699e73b988022239a05ce1b02c7f69.zip
chromium_src-4929124c57699e73b988022239a05ce1b02c7f69.tar.gz
chromium_src-4929124c57699e73b988022239a05ce1b02c7f69.tar.bz2
Superficial changes to namespaces.
Landing: http://codereview.chromium.org/479012/show Fix by Roberto Peon. BUG=none TEST=none Review URL: http://codereview.chromium.org/491088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools/flip_server/balsa_frame.h')
-rw-r--r--net/tools/flip_server/balsa_frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tools/flip_server/balsa_frame.h b/net/tools/flip_server/balsa_frame.h
index 25e9e54..0799981 100644
--- a/net/tools/flip_server/balsa_frame.h
+++ b/net/tools/flip_server/balsa_frame.h
@@ -22,7 +22,7 @@
// For additional debug output, uncomment the following:
// #define DEBUGFRAMER 1
-namespace gfe2 {
+namespace net {
// BalsaFrame is a 'Model' of a framer (haha).
// It exists as a proof of concept headers framer.
@@ -277,7 +277,7 @@ class BalsaFrame {
DoNothingBalsaVisitor do_nothing_visitor_;
};
-} // namespace gfe2;
+} // namespace net
#endif // NET_TOOLS_FLIP_SERVER_BALSA_FRAME_H_