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

Unified Diff: remoting/protocol/authentication_method.h

Issue 10387107: Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting, and sync. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | « remoting/host/x_server_pixel_buffer.h ('k') | remoting/protocol/message_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/authentication_method.h
===================================================================
--- remoting/protocol/authentication_method.h (revision 137269)
+++ remoting/protocol/authentication_method.h (working copy)
@@ -15,8 +15,6 @@
#include <string>
-#include "base/memory/scoped_ptr.h"
-
namespace remoting {
namespace protocol {
@@ -63,7 +61,7 @@
private:
AuthenticationMethod();
- AuthenticationMethod(HashFunction hash_function);
+ explicit AuthenticationMethod(HashFunction hash_function);
bool invalid_;
HashFunction hash_function_;
« no previous file with comments | « remoting/host/x_server_pixel_buffer.h ('k') | remoting/protocol/message_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698