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

Unified Diff: chrome/utility/utility_message_handler.h

Issue 323693002: Split printing utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 6 years, 6 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 | « chrome/utility/profile_import_handler.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/utility_message_handler.h
diff --git a/chrome/utility/utility_message_handler.h b/chrome/utility/utility_message_handler.h
index 8ade6fe7ec728e12ef6fe1acfeac86c2ff535123..a86219188096a6dc473c40c233c816bcdc6023ba 100644
--- a/chrome/utility/utility_message_handler.h
+++ b/chrome/utility/utility_message_handler.h
@@ -9,8 +9,6 @@ namespace IPC {
class Message;
}
-namespace chrome {
-
class UtilityMessageHandler {
public:
virtual ~UtilityMessageHandler() {}
@@ -20,7 +18,5 @@ class UtilityMessageHandler {
virtual bool OnMessageReceived(const IPC::Message& message) = 0;
};
-} // namespace chrome
-
#endif // CHROME_UTILITY_UTILITY_MESSAGE_HANDLER_H_
« no previous file with comments | « chrome/utility/profile_import_handler.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698