summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/dns_global.h
diff options
context:
space:
mode:
authorjar@google.com <jar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-27 18:55:52 +0000
committerjar@google.com <jar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-27 18:55:52 +0000
commite8013b3d4636c1921e5f1a5977c3e6fa86eed8d8 (patch)
tree2598de7a62337cf4b64dfa2303be9c4d0d6b21ac /chrome/browser/net/dns_global.h
parentb099217a85bd514c1e96764e5d75269cd3c2799c (diff)
downloadchromium_src-e8013b3d4636c1921e5f1a5977c3e6fa86eed8d8.zip
chromium_src-e8013b3d4636c1921e5f1a5977c3e6fa86eed8d8.tar.gz
chromium_src-e8013b3d4636c1921e5f1a5977c3e6fa86eed8d8.tar.bz2
Cleanup of DNS prefetch related files
I have a separate change list coming to support predictive DNS resolutions, so I pulled out a pile of mechanical changes (with no semantic changes intendend). r=mbelshe Review URL: http://codereview.chromium.org/8624 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net/dns_global.h')
-rw-r--r--chrome/browser/net/dns_global.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/net/dns_global.h b/chrome/browser/net/dns_global.h
index bf27c0c..5fa1e1c 100644
--- a/chrome/browser/net/dns_global.h
+++ b/chrome/browser/net/dns_global.h
@@ -8,8 +8,8 @@
// provided by DnsMaster to be left as more generally usable code, and possibly
// be shared across multiple client projects.
-#ifndef CHROME_BROWSER_NET_DNS_GLOBAL_H__
-#define CHROME_BROWSER_NET_DNS_GLOBAL_H__
+#ifndef CHROME_BROWSER_NET_DNS_GLOBAL_H_
+#define CHROME_BROWSER_NET_DNS_GLOBAL_H_
#include "chrome/browser/net/dns_master.h"
@@ -35,8 +35,8 @@ void DnsPrefetchGetHtmlInfo(std::string* output);
// Save the hostnames actually used at the start of this session to prefetch
// during the next startup.
void SaveHostNamesForNextStartup(PrefService* local_state);
-void DnsPretchHostNamesAtStartup(PrefService* user_prefs,
- PrefService* local_state);
+void DnsPrefetchHostNamesAtStartup(PrefService* user_prefs,
+ PrefService* local_state);
// Helper class to handle global init and shutdown.
class DnsPrefetcherInit {
@@ -47,10 +47,10 @@ class DnsPrefetcherInit {
~DnsPrefetcherInit() {ShutdownDnsPrefetch();}
private:
- DISALLOW_EVIL_CONSTRUCTORS(DnsPrefetcherInit);
+ DISALLOW_COPY_AND_ASSIGN(DnsPrefetcherInit);
};
} // namespace chrome_browser_net
-#endif // CHROME_BROWSER_NET_DNS_GLOBAL_H__
+#endif // CHROME_BROWSER_NET_DNS_GLOBAL_H_