Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: extensions/common/extension_messages.cc

Issue 254463004: Cleanup coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698