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

Unified Diff: extensions/common/extension_builder.h

Issue 238383004: Clean-up 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
« no previous file with comments | « extensions/common/event_filter_unittest.cc ('k') | extensions/common/message_bundle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_builder.h
diff --git a/extensions/common/extension_builder.h b/extensions/common/extension_builder.h
index afb7f885d35f9914c4c713de870782bd147177b3..4b40178b9b71b790ce00bcae139e97d4850f1ec2 100644
--- a/extensions/common/extension_builder.h
+++ b/extensions/common/extension_builder.h
@@ -5,6 +5,8 @@
#ifndef EXTENSIONS_COMMON_EXTENSION_BUILDER_H_
#define EXTENSIONS_COMMON_EXTENSION_BUILDER_H_
+#include <string>
+
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
@@ -58,6 +60,6 @@ class ExtensionBuilder {
std::string id_;
};
-} // namespace extensions
+} // namespace extensions
#endif // EXTENSIONS_COMMON_EXTENSION_BUILDER_H_
« no previous file with comments | « extensions/common/event_filter_unittest.cc ('k') | extensions/common/message_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698