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

Unified Diff: remoting/base/decoder.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/capture_data.h ('k') | remoting/base/decoder_verbatim.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/decoder.h
diff --git a/remoting/client/decoder.h b/remoting/base/decoder.h
similarity index 97%
rename from remoting/client/decoder.h
rename to remoting/base/decoder.h
index 4d083bdfc9a8342402899cf557cf3ee49f2ac7b2..1df477d897425d28a57dc150e18e59714be7fd48 100644
--- a/remoting/client/decoder.h
+++ b/remoting/base/decoder.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_DECODER_H_
-#define REMOTING_CLIENT_DECODER_H_
+#ifndef REMOTING_BASE_DECODER_H_
+#define REMOTING_BASE_DECODER_H_
#include <vector>
@@ -111,4 +111,4 @@ class Decoder {
} // namespace remoting
-#endif // REMOTING_CLIENT_DECODER_H_
+#endif // REMOTING_BASE_DECODER_H_
« no previous file with comments | « remoting/base/capture_data.h ('k') | remoting/base/decoder_verbatim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698