| Index: extensions/browser/script_execution_observer.h
|
| diff --git a/extensions/browser/script_execution_observer.h b/extensions/browser/script_execution_observer.h
|
| index 6c7b5cace51f5cebeef7b832b446d8e2e6c8130a..4edd99533ec5b0ba83eb5c35359e54757c180026 100644
|
| --- a/extensions/browser/script_execution_observer.h
|
| +++ b/extensions/browser/script_execution_observer.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_BROWSER_EXTENSIONS_SCRIPT_EXECUTION_OBSERVER_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_SCRIPT_EXECUTION_OBSERVER_H_
|
| +#ifndef EXTENSIONS_BROWSER_SCRIPT_EXECUTION_OBSERVER_H_
|
| +#define EXTENSIONS_BROWSER_SCRIPT_EXECUTION_OBSERVER_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -41,4 +41,4 @@ class ScriptExecutionObserver {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_SCRIPT_EXECUTION_OBSERVER_H_
|
| +#endif // EXTENSIONS_BROWSER_SCRIPT_EXECUTION_OBSERVER_H_
|
|
|