summaryrefslogtreecommitdiffstats
path: root/lib/web_contents_delegate_qt.h
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2013-08-07 18:37:49 +0200
committerMichael Bruning <michael.bruning@digia.com>2013-08-07 18:56:09 +0200
commitcc5368917662e90156eaeafc5ac7e2803d941160 (patch)
treed2fb27dbe3dc6b846ab99433739e02d3b5b33da6 /lib/web_contents_delegate_qt.h
parentcfe34ead7a5e374b51f2000a7675096a6ba936c0 (diff)
Fix some style inconsistencies in the header file.
Changed the header #defines to UPPERCASE_CLASS_NAME_H. Change-Id: I49dec91d7a97808c1b9618df6d985939fd84babb Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'lib/web_contents_delegate_qt.h')
-rw-r--r--lib/web_contents_delegate_qt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/web_contents_delegate_qt.h b/lib/web_contents_delegate_qt.h
index 826230c91..e5ff9173d 100644
--- a/lib/web_contents_delegate_qt.h
+++ b/lib/web_contents_delegate_qt.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef WEB_CONTENTS_DELEGATE_QT
-#define WEB_CONTENTS_DELEGATE_QT
+#ifndef WEB_CONTENTS_DELEGATE_QT_H
+#define WEB_CONTENTS_DELEGATE_QT_H
#include "content/public/browser/web_contents_delegate.h"
#include "content/public/browser/web_contents_observer.h"
@@ -74,4 +74,4 @@ private:
friend class WebContentsAdapter;
};
-#endif
+#endif // WEB_CONTENTS_DELEGATE_QT_H