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

Unified Diff: content/common/appcache_interfaces.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 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
Index: content/common/appcache_interfaces.h
diff --git a/content/common/appcache_interfaces.h b/content/common/appcache_interfaces.h
index 08a9ea2b47f105ae3decbff18d225ee64d0e1a0d..72afaa80bfec75d7ffbbf9961958fcc6fa1736e8 100644
--- a/content/common/appcache_interfaces.h
+++ b/content/common/appcache_interfaces.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 CONTENT_COMMON_APPCACHE_APPCACHE_INTERFACES_H_
-#define CONTENT_COMMON_APPCACHE_APPCACHE_INTERFACES_H_
+#ifndef CONTENT_COMMON_APPCACHE_INTERFACES_H_
+#define CONTENT_COMMON_APPCACHE_INTERFACES_H_
#include <string>
@@ -180,4 +180,4 @@ CONTENT_EXPORT extern const base::FilePath::CharType
} // namespace
-#endif // CONTENT_COMMON_APPCACHE_APPCACHE_INTERFACES_H_
+#endif // CONTENT_COMMON_APPCACHE_INTERFACES_H_
« no previous file with comments | « content/common/android/address_parser_internal.h ('k') | content/common/browser_plugin/browser_plugin_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698