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

Unified Diff: net/tools/dump_cache/dump_files.h

Issue 17321002: Fix wrong header guards found by clang's new Wheader-guard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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 | « media/audio/fake_audio_output_stream.h ('k') | ppapi/tests/test_flash_file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/dump_cache/dump_files.h
diff --git a/net/tools/dump_cache/dump_files.h b/net/tools/dump_cache/dump_files.h
index d89e0776fc7c35f110154f8e8f9a510e25985c8e..49df4f2f96a5874f9c680620e8667beaa6b29213 100644
--- a/net/tools/dump_cache/dump_files.h
+++ b/net/tools/dump_cache/dump_files.h
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#ifndef NET_TOOLS_DUMP_CACHE_DUMP_FILES_H_
-#define NET_TOOLS_DUMP_CACHE_DUMP_FILE_H_
+#define NET_TOOLS_DUMP_CACHE_DUMP_FILES_H_
// Performs basic inspection of the disk cache files with minimal disruption
// to the actual files (they still may change if an error is detected on the
« no previous file with comments | « media/audio/fake_audio_output_stream.h ('k') | ppapi/tests/test_flash_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698