| Index: chrome/renderer/user_script_slave.h
|
| diff --git a/chrome/renderer/user_script_slave.h b/chrome/renderer/user_script_slave.h
|
| index 5d3ae6bb51de9e7e125dd71e0a51d7d500ad8fec..6c32c42a98b5e672c59d34b4542b661b817b696e 100644
|
| --- a/chrome/renderer/user_script_slave.h
|
| +++ b/chrome/renderer/user_script_slave.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_USER_SCRIPT_SLAVE_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_USER_SCRIPT_SLAVE_H_
|
| +#ifndef CHROME_RENDERER_USER_SCRIPT_SLAVE_H_
|
| +#define CHROME_RENDERER_USER_SCRIPT_SLAVE_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -53,4 +53,4 @@ class UserScriptSlave {
|
| DISALLOW_COPY_AND_ASSIGN(UserScriptSlave);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_USER_SCRIPT_SLAVE_H_
|
| +#endif // CHROME_RENDERER_USER_SCRIPT_SLAVE_H_
|
|
|