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

Unified Diff: base/test/scoped_path_override.h

Issue 614103004: replace 'virtual ... OVERRIDE' with '... override' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: process base/ Created 6 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
Index: base/test/scoped_path_override.h
diff --git a/base/test/scoped_path_override.h b/base/test/scoped_path_override.h
index a1e18e33899a9a1c7a0fb3f205988aaa3437de25..49b101d76abd7529591c3006187793191fcf6604 100644
--- a/base/test/scoped_path_override.h
+++ b/base/test/scoped_path_override.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 BASE_TEST_SCOPED_PATH_OVERRIDE_H_
-#define BASE_TEST_SCOPED_PATH_OVERRIDE_H_
+#ifndef BASE_TEST_SCOPED_PATH_override_H_
+#define BASE_TEST_SCOPED_PATH_override_H_
#include "base/basictypes.h"
#include "base/files/scoped_temp_dir.h"
@@ -33,4 +33,4 @@ class ScopedPathOverride {
} // namespace base
-#endif // BASE_TEST_SCOPED_PATH_OVERRIDE_H_
+#endif // BASE_TEST_SCOPED_PATH_override_H_

Powered by Google App Engine
This is Rietveld 408576698