summaryrefslogtreecommitdiffstats
path: root/content/common/android
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-02-27 13:32:15 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-27 21:33:13 +0000
commitbccc34c7258f93a5d5c8572964a318c1086a4528 (patch)
tree1a9fa0fd70d17dcb9b319c4f37b35fb69ff5155b /content/common/android
parent5562332e78c92d3e50194eeecd6f2e98353d6194 (diff)
downloadchromium_src-bccc34c7258f93a5d5c8572964a318c1086a4528.zip
chromium_src-bccc34c7258f93a5d5c8572964a318c1086a4528.tar.gz
chromium_src-bccc34c7258f93a5d5c8572964a318c1086a4528.tar.bz2
Cleanup: Fix content header include guards.
The header include guards should match the file path from root. These entries were found using a modified version of Eric's fix-include-guards.py script found attached in https://code.google.com/p/chromium/issues/detail?id=435361#c7. BUG=435361 TEST=content_unittests R=avi@chromium.org TBR=avi@chromium.org Review URL: https://codereview.chromium.org/942963003 Cr-Commit-Position: refs/heads/master@{#318520}
Diffstat (limited to 'content/common/android')
-rw-r--r--content/common/android/address_parser.h6
-rw-r--r--content/common/android/address_parser_internal.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/content/common/android/address_parser.h b/content/common/android/address_parser.h
index 1a12a32..036e27e 100644
--- a/content/common/android/address_parser.h
+++ b/content/common/android/address_parser.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_ADDRESS_PARSER_H_
-#define CONTENT_COMMON_ADDRESS_PARSER_H_
+#ifndef CONTENT_COMMON_ANDROID_ADDRESS_PARSER_H_
+#define CONTENT_COMMON_ANDROID_ADDRESS_PARSER_H_
#include "base/strings/string16.h"
#include "content/common/content_export.h"
@@ -32,4 +32,4 @@ CONTENT_EXPORT bool FindAddress(const base::string16::const_iterator& begin,
} // namespace content
-#endif // CONTENT_COMMON_ADDRESS_PARSER_H_
+#endif // CONTENT_COMMON_ANDROID_ADDRESS_PARSER_H_
diff --git a/content/common/android/address_parser_internal.h b/content/common/android/address_parser_internal.h
index 9ca39a2..760dea6 100644
--- a/content/common/android/address_parser_internal.h
+++ b/content/common/android/address_parser_internal.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_ADDRESS_PARSER_INTERNAL_H_
-#define CONTENT_COMMON_ADDRESS_PARSER_INTERNAL_H_
+#ifndef CONTENT_COMMON_ANDROID_ADDRESS_PARSER_INTERNAL_H_
+#define CONTENT_COMMON_ANDROID_ADDRESS_PARSER_INTERNAL_H_
#include <vector>
@@ -83,4 +83,4 @@ CONTENT_EXPORT bool IsZipValidForState(const Word& word, size_t state_index);
} // namespace content
-#endif // CONTENT_COMMON_ADDRESS_PARSER_INTERNAL_H_
+#endif // CONTENT_COMMON_ANDROID_ADDRESS_PARSER_INTERNAL_H_