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

Unified Diff: extensions/common/crx_file.h

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « extensions/common/constants.cc ('k') | extensions/common/crx_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/crx_file.h
diff --git a/chrome/browser/extensions/crx_file.h b/extensions/common/crx_file.h
similarity index 94%
rename from chrome/browser/extensions/crx_file.h
rename to extensions/common/crx_file.h
index 2faa8ee9cffc31cc5ce9e780b3b8adc3e9c81bc5..cb450afb434c9258962717181075139198f7ea25 100644
--- a/chrome/browser/extensions/crx_file.h
+++ b/extensions/common/crx_file.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_EXTENSIONS_CRX_FILE_H_
-#define CHROME_BROWSER_EXTENSIONS_CRX_FILE_H_
+#ifndef EXTENSIONS_COMMON_CRX_FILE_H_
+#define EXTENSIONS_COMMON_CRX_FILE_H_
#include <sys/types.h>
#include "base/basictypes.h"
@@ -73,4 +73,4 @@ class CrxFile {
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_CRX_FILE_H_
+#endif // EXTENSIONS_COMMON_CRX_FILE_H_
« no previous file with comments | « extensions/common/constants.cc ('k') | extensions/common/crx_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698