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

Unified Diff: sandbox/linux/tests/unit_tests.h

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 8 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: sandbox/linux/tests/unit_tests.h
diff --git a/sandbox/linux/tests/unit_tests.h b/sandbox/linux/tests/unit_tests.h
index bf0a44fd7d213d9753a2aa0799d42cecd74e36a8..5a7116e932e69425d6c5d6a545d214449fe1a8b8 100644
--- a/sandbox/linux/tests/unit_tests.h
+++ b/sandbox/linux/tests/unit_tests.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SANDBOX_LINUX_TESTS_UNIT_TESTS_H__
-#define SANDBOX_LINUX_TESTS_UNIT_TESTS_H__
+#ifndef SANDBOX_LINUX_TESTS_UNIT_TESTS_H_
+#define SANDBOX_LINUX_TESTS_UNIT_TESTS_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "build/build_config.h"
#include "sandbox/linux/tests/sandbox_test_runner_function_pointer.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -198,4 +198,4 @@ class UnitTests {
} // namespace
-#endif // SANDBOX_LINUX_TESTS_UNIT_TESTS_H__
+#endif // SANDBOX_LINUX_TESTS_UNIT_TESTS_H_
« no previous file with comments | « sandbox/linux/tests/test_utils.cc ('k') | shell/android/apk/src/org/chromium/mojo/shell/MojoShellApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698