summaryrefslogtreecommitdiffstats
path: root/chromium/content/common/frame_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/frame_param.h')
-rw-r--r--chromium/content/common/frame_param.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/content/common/frame_param.h b/chromium/content/common/frame_param.h
new file mode 100644
index 00000000000..29c4010d2aa
--- /dev/null
+++ b/chromium/content/common/frame_param.h
@@ -0,0 +1,10 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_COMMON_FRAME_PARAM_H_
+#define CONTENT_COMMON_FRAME_PARAM_H_
+
+#include "content/common/frame_param_macros.h"
+
+#endif // CONTENT_COMMON_FRAME_PARAM_H_