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

Unified Diff: chrome/browser/extensions/extension_browsertest.h

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/extensions/extension_browsertest.h
diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
index 412adcb2596bb8597bd4501dfaa5e9271fef1975..9d1203cefa9e445c57c4cfba18aae2fcbf91dd27 100644
--- a/chrome/browser/extensions/extension_browsertest.h
+++ b/chrome/browser/extensions/extension_browsertest.h
@@ -89,7 +89,7 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest,
// Loads unpacked extension from |path| and imitates that it is a component
// extension. Equivalent to
- // LoadExtensionAsComponentWithManifest(path, Extensions::kManifestFilename).
+ // LoadExtensionAsComponentWithManifest(path, extensions::kManifestFilename).
const extensions::Extension* LoadExtensionAsComponent(
const base::FilePath& path);

Powered by Google App Engine
This is Rietveld 408576698