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

Unified Diff: content/public/test/nested_message_pump_android.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/test/nested_message_pump_android.h
diff --git a/content/public/test/nested_message_pump_android.h b/content/public/test/nested_message_pump_android.h
index 1f6eb0f2449e9022b3a40944ad976c423b377e72..4346c83c1952e600c12e6388d7b14cb6db9f1152 100644
--- a/content/public/test/nested_message_pump_android.h
+++ b/content/public/test/nested_message_pump_android.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_TEST_NESTED_MESSAGE_PUMP_ANDROID_
-#define CONTENT_PUBLIC_TEST_NESTED_MESSAGE_PUMP_ANDROID_
+#ifndef CONTENT_PUBLIC_TEST_NESTED_MESSAGE_PUMP_ANDROID_H_
+#define CONTENT_PUBLIC_TEST_NESTED_MESSAGE_PUMP_ANDROID_H_
#include "base/android/jni_android.h"
#include "base/compiler_specific.h"
@@ -40,4 +40,4 @@ class NestedMessagePumpAndroid : public base::MessagePumpForUI {
} // namespace content
-#endif // CONTENT_PUBLIC_TEST_NESTED_MESSAGE_PUMP_ANDROID_
+#endif // CONTENT_PUBLIC_TEST_NESTED_MESSAGE_PUMP_ANDROID_H_
« no previous file with comments | « content/public/test/mock_special_storage_policy.h ('k') | content/public/test/test_content_client_initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698