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

Unified Diff: net/quic/platform/impl/quic_flags_impl.cc

Issue 2825083003: Landing Recent QUIC changes until Mon Apr 17 2017 (Closed)
Patch Set: Format Created 3 years, 8 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/quic/platform/impl/quic_flags_impl.h ('k') | net/quic/quartc/quartc_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/platform/impl/quic_flags_impl.cc
diff --git a/net/quic/core/quic_flags.cc b/net/quic/platform/impl/quic_flags_impl.cc
similarity index 84%
rename from net/quic/core/quic_flags.cc
rename to net/quic/platform/impl/quic_flags_impl.cc
index f53537db09014c8b05bd33fc0b5c19a9f2adfd6b..cd6ef4623424c56d2245714c3447479f531d531e 100644
--- a/net/quic/core/quic_flags.cc
+++ b/net/quic/platform/impl/quic_flags_impl.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/quic/core/quic_flags.h"
+#include "net/quic/platform/impl/quic_flags_impl.h"
#define QUIC_FLAG(type, flag, value) type flag = value;
#include "net/quic/core/quic_flags_list.h"
« no previous file with comments | « net/quic/platform/impl/quic_flags_impl.h ('k') | net/quic/quartc/quartc_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698