| 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_
|
|
|
|
|