Index: extensions/common/extension_messages.cc |
diff --git a/extensions/common/extension_messages.cc b/extensions/common/extension_messages.cc |
index 61c22977ee658994365a90ad677052ba32e94fba..e3290cc861cc1f1a80c18b2c906877f51ec315be 100644 |
--- a/extensions/common/extension_messages.cc |
+++ b/extensions/common/extension_messages.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <set> |
Devlin
2014/04/25 00:14:54
Nit: don't have to include a file when it's .h inc
jaeweheo
2014/04/25 01:48:56
I think so.
I'll remove this line.
On 2014/04/25
|
+ |
#include "extensions/common/extension_messages.h" |
#include "content/public/common/common_param_traits.h" |
@@ -24,7 +26,7 @@ using extensions::URLPatternSet; |
ExtensionMsg_Loaded_Params::ExtensionMsg_Loaded_Params() |
: location(Manifest::INVALID_LOCATION), |
- creation_flags(Extension::NO_FLAGS){} |
+ creation_flags(Extension::NO_FLAGS) {} |
ExtensionMsg_Loaded_Params::~ExtensionMsg_Loaded_Params() {} |