summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 15:35:18 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 15:35:18 +0000
commite2a23093adc9c1e0bb026a4a69455a9ddacc63ca (patch)
treed83ad8064d0f273104c961d6e8420033844ea6fd /net/disk_cache
parent0fb1960ad3ffa0df4e5c2ac46d0e240aa4e55108 (diff)
downloadchromium_src-e2a23093adc9c1e0bb026a4a69455a9ddacc63ca.zip
chromium_src-e2a23093adc9c1e0bb026a4a69455a9ddacc63ca.tar.gz
chromium_src-e2a23093adc9c1e0bb026a4a69455a9ddacc63ca.tar.bz2
Fix incorrect include guards in net/, where the guard didn't match the filename.
Also add a guard to data_url.h which was missing a guard. Review URL: http://codereview.chromium.org/42282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11865 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache')
-rw-r--r--net/disk_cache/storage_block-inl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/disk_cache/storage_block-inl.h b/net/disk_cache/storage_block-inl.h
index 485a1b1..9ec9fa0 100644
--- a/net/disk_cache/storage_block-inl.h
+++ b/net/disk_cache/storage_block-inl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_DISK_CACHE_CACHE_INTERNAL_INL_H_
-#define NET_DISK_CACHE_CACHE_INTERNAL_INL_H_
+#ifndef NET_DISK_CACHE_STORAGE_BLOCK_INL_H_
+#define NET_DISK_CACHE_STORAGE_BLOCK_INL_H_
#include "net/disk_cache/storage_block.h"
@@ -133,4 +133,4 @@ template<typename T> void StorageBlock<T>::DeleteData() {
} // namespace disk_cache
-#endif // NET_DISK_CACHE_CACHE_INTERNAL_INL_H_
+#endif // NET_DISK_CACHE_STORAGE_BLOCK_INL_H_