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

Side by Side Diff: net/tools/flip_server/other_defines.h

Issue 3013049: Fix bad license header in app/ and net/ directories. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 4 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 unified diff | Download patch
« no previous file with comments | « net/ftp/ftp_transaction_factory.h ('k') | net/tools/flip_server/string_piece_utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
1 #ifndef NET_TOOLS_FLIP_SERVER_OTHER_DEFINES 5 #ifndef NET_TOOLS_FLIP_SERVER_OTHER_DEFINES
2 #define NET_TOOLS_FLIP_SERVER_OTHER_DEFINES 6 #define NET_TOOLS_FLIP_SERVER_OTHER_DEFINES
3 #pragma once 7 #pragma once
4 8
5 class NullStream { 9 class NullStream {
6 public: 10 public:
7 NullStream() {} 11 NullStream() {}
8 template <typename T> 12 template <typename T>
9 NullStream operator<<(T t) { return *this;} 13 NullStream operator<<(T t) { return *this;}
10 }; 14 };
11 15
12 #define VLOG(X) NullStream() 16 #define VLOG(X) NullStream()
13 #define DVLOG(X) NullStream() 17 #define DVLOG(X) NullStream()
14 18
15 19
16 #endif // NET_TOOLS_FLIP_SERVER_OTHER_DEFINES 20 #endif // NET_TOOLS_FLIP_SERVER_OTHER_DEFINES
17 21
OLDNEW
« no previous file with comments | « net/ftp/ftp_transaction_factory.h ('k') | net/tools/flip_server/string_piece_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698