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

Unified Diff: extensions/browser/script_executor.h

Issue 563263002: Cleanup: cpplint from /extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: extensions/browser/script_executor.h
diff --git a/extensions/browser/script_executor.h b/extensions/browser/script_executor.h
index 6c8b4c77e5e7215363b85310d5af341667eb5efd..c4ecb008d06efec79f9c802e14dc4afafbd85991 100644
--- a/extensions/browser/script_executor.h
+++ b/extensions/browser/script_executor.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_EXECUTOR_H_
-#define CHROME_BROWSER_EXTENSIONS_SCRIPT_EXECUTOR_H_
+#ifndef EXTENSIONS_BROWSER_SCRIPT_EXECUTOR_H_
+#define EXTENSIONS_BROWSER_SCRIPT_EXECUTOR_H_
#include "base/callback_forward.h"
#include "base/observer_list.h"
@@ -110,4 +110,4 @@ class ScriptExecutor {
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_SCRIPT_EXECUTOR_H_
+#endif // EXTENSIONS_BROWSER_SCRIPT_EXECUTOR_H_
« no previous file with comments | « extensions/browser/script_execution_observer.h ('k') | extensions/browser/test_extension_registry_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698