Index: extensions/browser/api/capture_web_contents_function_impl.h |
diff --git a/extensions/browser/api/capture_web_contents_function_impl.h b/extensions/browser/api/capture_web_contents_function_impl.h |
index 99511d3bd32fddaf3b86dd5e55ce2f02648c3b5e..037ac3bdf776e22d1db261dd16ea38f95b84da38 100644 |
--- a/extensions/browser/api/capture_web_contents_function_impl.h |
+++ b/extensions/browser/api/capture_web_contents_function_impl.h |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#ifndef EXTENSIONS_BROWSER_API_CAPTURE_WEB_CONTENTS_FUNCTION_IMPL_H_ |
+#define EXTENSIONS_BROWSER_API_CAPTURE_WEB_CONTENTS_FUNCTION_IMPL_H_ |
+ |
#include "extensions/browser/api/capture_web_contents_function.h" |
#include "base/base64.h" |
@@ -140,3 +143,4 @@ bool CaptureWebContentsFunction<T>::ValidationFailure( |
} // namespace extensions |
+#endif // EXTENSIONS_BROWSER_API_CAPTURE_WEB_CONTENTS_FUNCTION_IMPL_H_ |