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

Unified Diff: remoting/base/decoder_verbatim.h

Issue 2840036: Moving Encoder and Decoder to remoting/base (Closed)
Patch Set: fix DEPS Created 10 years, 5 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/base/decoder.h ('k') | remoting/base/decoder_verbatim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/decoder_verbatim.h
diff --git a/remoting/client/decoder_verbatim.h b/remoting/base/decoder_verbatim.h
similarity index 88%
rename from remoting/client/decoder_verbatim.h
rename to remoting/base/decoder_verbatim.h
index 6efc7324209798393879b094618d7b4fed484b1c..ba97b5ee1a9c3e0df8ae6a788dd57b74c8f8aa23 100644
--- a/remoting/client/decoder_verbatim.h
+++ b/remoting/base/decoder_verbatim.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_DECODER_VERBATIM_H_
-#define REMOTING_CLIENT_DECODER_VERBATIM_H_
+#ifndef REMOTING_BASE_DECODER_VERBATIM_H_
+#define REMOTING_BASE_DECODER_VERBATIM_H_
-#include "remoting/client/decoder.h"
+#include "remoting/base/decoder.h"
namespace remoting {
@@ -53,4 +53,4 @@ class DecoderVerbatim : public Decoder {
} // namespace remoting
-#endif // REMOTING_CLIENT_DECODER_VERBATIM_H_
+#endif // REMOTING_BASE_DECODER_VERBATIM_H_
« no previous file with comments | « remoting/base/decoder.h ('k') | remoting/base/decoder_verbatim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698