Commit 8f09f991 authored by Pierre Rossi's avatar Pierre Rossi Committed by Jani Heikkinen
Browse files

Add missing header guards


Change-Id: I67d0040c2e9f00e8a7b842ac1228212c0e93873c
Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
Showing with 8 additions and 0 deletions
......@@ -33,6 +33,8 @@
** $QT_END_LICENSE$
**
****************************************************************************/
#ifndef CONTENT_RENDERER_CLIENT_QT_H
#define CONTENT_RENDERER_CLIENT_QT_H
#include "content/public/renderer/content_renderer_client.h"
......@@ -61,3 +63,5 @@ public:
private:
QScopedPointer<visitedlink::VisitedLinkSlave> m_visitedLinkSlave;
};
#endif // CONTENT_RENDERER_CLIENT_QT_H
......@@ -33,6 +33,8 @@
** $QT_END_LICENSE$
**
****************************************************************************/
#ifndef QT_RENDER_VIEW_OBSERVER_H
#define QT_RENDER_VIEW_OBSERVER_H
#include "content/public/renderer/render_view_observer.h"
......@@ -52,3 +54,5 @@ private:
DISALLOW_COPY_AND_ASSIGN(QtRenderViewObserver);
};
#endif // QT_RENDER_VIEW_OBSERVER_H
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment