Fix build/header_guard linter violations in brightray

This commit is contained in:
Kevin Sawicki 2017-05-18 15:05:25 -07:00
parent bb4a61c7ff
commit cfb5b6ac89
41 changed files with 96 additions and 89 deletions

View file

@ -1,5 +1,5 @@
#ifndef BRIGHTRAY_INSPECTABLE_WEB_CONTENTS_H_
#define BRIGHTRAY_INSPECTABLE_WEB_CONTENTS_H_
#ifndef BRIGHTRAY_BROWSER_INSPECTABLE_WEB_CONTENTS_H_
#define BRIGHTRAY_BROWSER_INSPECTABLE_WEB_CONTENTS_H_
#include "content/public/browser/web_contents.h"
@ -50,4 +50,4 @@ class InspectableWebContents {
} // namespace brightray
#endif
#endif // BRIGHTRAY_BROWSER_INSPECTABLE_WEB_CONTENTS_H_