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

Unified Diff: content/public/browser/android/devtools_auth.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 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
Index: content/public/browser/android/devtools_auth.h
diff --git a/content/public/browser/android/devtools_auth.h b/content/public/browser/android/devtools_auth.h
index 857a1a141371b7c11d5a44c9f0931e7c29ca5e09..00ae9d96d85de3cf42fc36c1d35fbd90620f8435 100644
--- a/content/public/browser/android/devtools_auth.h
+++ b/content/public/browser/android/devtools_auth.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 CONTENT_PUBLIC_BROWSER_DEVTOOLS_AUTH_ANDROID_H_
-#define CONTENT_PUBLIC_BROWSER_DEVTOOLS_AUTH_ANDROID_H_
+#ifndef CONTENT_PUBLIC_BROWSER_ANDROID_DEVTOOLS_AUTH_H_
+#define CONTENT_PUBLIC_BROWSER_ANDROID_DEVTOOLS_AUTH_H_
#include "content/common/content_export.h"
#include "net/socket/unix_domain_server_socket_posix.h"
@@ -17,4 +17,4 @@ CONTENT_EXPORT bool CanUserConnectToDevTools(
} // namespace content
-#endif // CONTENT_PUBLIC_BROWSER_DEVTOOLS_AUTH_ANDROID_H_
+#endif // CONTENT_PUBLIC_BROWSER_ANDROID_DEVTOOLS_AUTH_H_
« no previous file with comments | « content/public/browser/android/content_view_layer_renderer.h ('k') | content/public/browser/readback_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698