commit | e6910e34f0000b6c5e5bf195de9943182c4af05f | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Mar 03 15:51:33 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Mar 03 15:51:33 2014 |
tree | 1e7901c1b9d63968b1c6b493d6158a98faee97a2 | |
parent | a91031711e0aaba9b35376640c9eedc05002a17a [diff] [blame] |
Fix a couple of header guards. BUG=none TEST=none [email protected] [email protected] Review URL: https://codereview.chromium.org/180633007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254467 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/renderer/web_ui_extension_data.h b/content/renderer/web_ui_extension_data.h index 23564c2..0ca1513 100644 --- a/content/renderer/web_ui_extension_data.h +++ b/content/renderer/web_ui_extension_data.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_RENDERER_WEBUI_EXTENSION_DATA_H_ -#define CONTENT_RENDERER_WEBUI_EXTENSION_DATA_H_ +#ifndef CONTENT_RENDERER_WEB_UI_EXTENSION_DATA_H_ +#define CONTENT_RENDERER_WEB_UI_EXTENSION_DATA_H_ #include <map> #include <string> @@ -38,4 +38,4 @@ } // namespace content -#endif // CONTENT_RENDERER_WEBUI_EXTENSION_DATA_H_ +#endif // CONTENT_RENDERER_WEB_UI_EXTENSION_DATA_H_