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_