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

Unified Diff: extensions/common/crx_file.h

Issue 225493002: cleanup: cpplint src/extension/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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/crx_file.h
diff --git a/extensions/common/crx_file.h b/extensions/common/crx_file.h
index 3ac81897925fc1365ab65f78842e65cf3e63473b..d7c33ab2c2fcae6ac2710f92a365d902901c1738 100644
--- a/extensions/common/crx_file.h
+++ b/extensions/common/crx_file.h
@@ -16,7 +16,6 @@ namespace extensions {
// the header is valid or not.
class CrxFile {
public:
-
// The size of the magic character sequence at the beginning of each crx
// file, in bytes. This should be a multiple of 4.
static const size_t kCrxFileHeaderMagicSize = 4;

Powered by Google App Engine
This is Rietveld 408576698