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

Unified Diff: extensions/common/extension_resource.h

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_resource.h
diff --git a/extensions/common/extension_resource.h b/extensions/common/extension_resource.h
index 806889e8d31e2371d5ba1cea6dc6dd5bd1de76df..31aaca87b0b202ea13f9d8cffcd6e22d5b9de104 100644
--- a/extensions/common/extension_resource.h
+++ b/extensions/common/extension_resource.h
@@ -6,6 +6,7 @@
#define EXTENSIONS_COMMON_EXTENSION_RESOURCE_H_
#include <string>
+#include <vector>
Devlin 2014/04/25 00:14:54 Where is this used in this file?
jaeweheo 2014/04/25 01:48:56 It is used in .cc. So I remove this line and add t
#include "base/files/file_path.h"

Powered by Google App Engine
This is Rietveld 408576698