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

Unified Diff: components/network_hints/common/network_hints_common.h

Issue 848303005: Renamed the dns_prefetch component to network_predictor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 11 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 | « components/network_hints/common/DEPS ('k') | components/network_hints/common/network_hints_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_hints/common/network_hints_common.h
diff --git a/components/dns_prefetch/common/prefetch_common.h b/components/network_hints/common/network_hints_common.h
similarity index 81%
rename from components/dns_prefetch/common/prefetch_common.h
rename to components/network_hints/common/network_hints_common.h
index 84b2a0c552d09e9927fb6f61110764517d8c84b6..701b0033be2683389fc1ebaff4c80ed293ea60ca 100644
--- a/components/dns_prefetch/common/prefetch_common.h
+++ b/components/network_hints/common/network_hints_common.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_DNS_PREFETCH_COMMON_PREFETCH_COMMON_H_
-#define COMPONENTS_DNS_PREFETCH_COMMON_PREFETCH_COMMON_H_
+#ifndef COMPONENTS_NETWORK_HINTS_COMMON_NETWORK_HINTS_COMMON_H_
+#define COMPONENTS_NETWORK_HINTS_COMMON_NETWORK_HINTS_COMMON_H_
#include <string>
#include <vector>
#include "url/gurl.h"
-namespace dns_prefetch {
+namespace network_hints {
// IPC messages are passed from the renderer to the browser in the form of
// Namelist instances.
@@ -36,6 +36,6 @@ extern const size_t kMaxDnsHostnamesPerRequest;
// The maximum length for a given DNS hostname to resolve.
extern const size_t kMaxDnsHostnameLength;
-}
+} // namespace network_hints
-#endif // COMPONENTS_DNS_PREFETCH_COMMON_PREFETCH_COMMON_H_
+#endif // COMPONENTS_NETWORK_HINTS_COMMON_NETWORK_HINTS_COMMON_H_
« no previous file with comments | « components/network_hints/common/DEPS ('k') | components/network_hints/common/network_hints_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698