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

Unified Diff: remoting/base/vlog_net_log.h

Issue 18460003: Move url_request_context from remoting/host/ to remoting/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 | « remoting/base/url_request_context.cc ('k') | remoting/base/vlog_net_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/vlog_net_log.h
diff --git a/remoting/host/vlog_net_log.h b/remoting/base/vlog_net_log.h
similarity index 87%
rename from remoting/host/vlog_net_log.h
rename to remoting/base/vlog_net_log.h
index 393ab1c680492992028dbe5eb8023bab160f55a1..1c6e0df140a8eeaffd75558c5e40f89b40af08bd 100644
--- a/remoting/host/vlog_net_log.h
+++ b/remoting/base/vlog_net_log.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_HOST_VLOG_NET_LOG_H_
-#define REMOTING_HOST_VLOG_NET_LOG_H_
+#ifndef REMOTING_BASE_VLOG_NET_LOG_H_
+#define REMOTING_BASE_VLOG_NET_LOG_H_
#include "base/memory/scoped_handle.h"
#include "base/memory/scoped_ptr.h"
@@ -29,4 +29,4 @@ class VlogNetLog : public net::NetLog {
} // namespace remoting
-#endif // REMOTING_HOST_VLOG_NET_LOG_H_
+#endif // REMOTING_BASE_VLOG_NET_LOG_H_
« no previous file with comments | « remoting/base/url_request_context.cc ('k') | remoting/base/vlog_net_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698