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

Unified Diff: remoting/protocol/message_decoder.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/protocol/authentication_method.h ('k') | remoting/protocol/rtp_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/message_decoder.h
===================================================================
--- remoting/protocol/message_decoder.h (revision 137269)
+++ remoting/protocol/message_decoder.h (working copy)
@@ -1,15 +1,14 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_PROTOCOL_MESSAGES_DECODER_H_
-#define REMOTING_PROTOCOL_MESSAGES_DECODER_H_
+#ifndef REMOTING_PROTOCOL_MESSAGE_DECODER_H_
+#define REMOTING_PROTOCOL_MESSAGE_DECODER_H_
#include <deque>
#include <list>
#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_ptr.h"
#include "net/base/io_buffer.h"
#include "remoting/base/compound_buffer.h"
#include "third_party/protobuf/src/google/protobuf/message_lite.h"
@@ -59,4 +58,4 @@
} // namespace protocol
} // namespace remoting
-#endif // REMOTING_PROTOCOL_MESSAGES_DECODER_H_
+#endif // REMOTING_PROTOCOL_MESSAGE_DECODER_H_
Property changes on: remoting/protocol/message_decoder.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « remoting/protocol/authentication_method.h ('k') | remoting/protocol/rtp_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698