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

Unified Diff: media/base/media.h

Issue 14891002: Remove function level static initializers media library initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar typos. Created 7 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 | « no previous file | media/base/media.cc » ('j') | media/base/media_android.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media.h
diff --git a/media/base/media.h b/media/base/media.h
index 55189610fb2be57c2e5baf917129ad50b74c736a..0eeb092e39d91db5d71b87aa32b5fc31b4da9b69 100644
--- a/media/base/media.h
+++ b/media/base/media.h
@@ -18,7 +18,7 @@ namespace media {
// Attempts to initialize the media library (loading DLLs, DSOs, etc.).
//
-// If |module_dir| is the emptry string, then the system default library paths
+// If |module_dir| is the empty string, then the system default library paths
// are searched for the dynamic libraries. If a |module_dir| is provided, then
// only the specified |module_dir| will be searched for the dynamic libraries.
//
« no previous file with comments | « no previous file | media/base/media.cc » ('j') | media/base/media_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698