summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/user_script_slave.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/user_script_slave.h')
-rw-r--r--chrome/renderer/user_script_slave.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/renderer/user_script_slave.h b/chrome/renderer/user_script_slave.h
index 5d3ae6b..6c32c42 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_