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

Unified Diff: chrome/renderer/benchmarking_extension.h

Issue 2637403002: Fix header guards in //chrome (Closed)
Patch Set: Created 3 years, 11 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 | « chrome/common/logging_chrome.h ('k') | chrome/test/data/nacl/ppapi_test_lib/get_browser_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/benchmarking_extension.h
diff --git a/chrome/renderer/benchmarking_extension.h b/chrome/renderer/benchmarking_extension.h
index 83ff907010c1b96c3b4484d8bd4c3c14af3e36ae..13afbce37a5bd318cd79c5427e0fac3c22f6c8f3 100644
--- a/chrome/renderer/benchmarking_extension.h
+++ b/chrome/renderer/benchmarking_extension.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 CHROME_RENDERER_V8_BENCHMARKING_EXTENSION_H_
-#define CHROME_RENDERER_V8_BENCHMARKING_EXTENSION_H_
+#ifndef CHROME_RENDERER_BENCHMARKING_EXTENSION_H_
+#define CHROME_RENDERER_BENCHMARKING_EXTENSION_H_
namespace v8 {
class Extension;
@@ -21,5 +21,5 @@ class BenchmarkingExtension {
} // namespace extensions_v8
-#endif // CHROME_RENDERER_V8_BENCHMARKING_EXTENSION_H_
+#endif // CHROME_RENDERER_BENCHMARKING_EXTENSION_H_
« no previous file with comments | « chrome/common/logging_chrome.h ('k') | chrome/test/data/nacl/ppapi_test_lib/get_browser_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698