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

Unified Diff: chrome/common/logging_chrome.h

Issue 8491036: Cleanup: Remove unneeded forward declarations from various chrome subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « chrome/common/json_schema_validator.h ('k') | chrome/default_plugin/plugin_impl_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/logging_chrome.h
===================================================================
--- chrome/common/logging_chrome.h (revision 109585)
+++ chrome/common/logging_chrome.h (working copy)
@@ -14,10 +14,6 @@
class CommandLine;
class FilePath;
-namespace base {
-class Time;
-}
-
namespace logging {
// Call to initialize logging for Chrome. This sets up the chrome-specific
@@ -69,6 +65,6 @@
// Handler to silently dump the current process without crashing.
void DumpWithoutCrashing();
-} // namespace logging
+} // namespace logging
#endif // CHROME_COMMON_LOGGING_CHROME_H_
« no previous file with comments | « chrome/common/json_schema_validator.h ('k') | chrome/default_plugin/plugin_impl_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698