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

Unified Diff: remoting/host/pairing_registry_delegate_linux.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 3 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/chromoting_host_context.h ('k') | remoting/signaling/iq_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/pairing_registry_delegate_linux.h
diff --git a/remoting/host/pairing_registry_delegate_linux.h b/remoting/host/pairing_registry_delegate_linux.h
index ad342ebf19531bc365a5b694f643b79c441a18d5..b101c8f7d3aa8cdc50299f422f9b8a56ad72e79b 100644
--- a/remoting/host/pairing_registry_delegate_linux.h
+++ b/remoting/host/pairing_registry_delegate_linux.h
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_PROTOCOL_PAIRING_REGISTRY_DELEGATE_LINUX_H_
-#define REMOTING_PROTOCOL_PAIRING_REGISTRY_DELEGATE_LINUX_H_
+#ifndef REMOTING_HOST_PAIRING_REGISTRY_DELEGATE_LINUX_H_
+#define REMOTING_HOST_PAIRING_REGISTRY_DELEGATE_LINUX_H_
#include "remoting/protocol/pairing_registry.h"
#include "base/files/file_path.h"
+#include "base/gtest_prod_util.h"
namespace base {
class ListValue;
@@ -47,4 +48,4 @@ class PairingRegistryDelegateLinux
} // namespace remoting
-#endif // REMOTING_PROTOCOL_PAIRING_REGISTRY_DELEGATE_LINUX_H_
+#endif // REMOTING_HOST_PAIRING_REGISTRY_DELEGATE_LINUX_H_
« no previous file with comments | « remoting/host/chromoting_host_context.h ('k') | remoting/signaling/iq_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698