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

Unified Diff: extensions/browser/extension_warning_set.h

Issue 503033002: Move ExtensionWarningService and ExtensionsWarningSet to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3_web_view_internal
Patch Set: Created 6 years, 4 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/extension_warning_set.h
diff --git a/chrome/browser/extensions/extension_warning_set.h b/extensions/browser/extension_warning_set.h
similarity index 96%
rename from chrome/browser/extensions/extension_warning_set.h
rename to extensions/browser/extension_warning_set.h
index 2d7d034709c4cd16072f70da215c82b44c37bc49..b404057f0f33f29e3e61c3c94c483d9771f7fbd7 100644
--- a/chrome/browser/extensions/extension_warning_set.h
+++ b/extensions/browser/extension_warning_set.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_EXTENSION_WARNING_SET_H_
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_WARNING_SET_H_
+#ifndef EXTENSIONS_BROWSER_EXTENSION_WARNING_SET_H_
+#define EXTENSIONS_BROWSER_EXTENSION_WARNING_SET_H_
#include <set>
#include <string>
@@ -121,4 +121,4 @@ typedef std::set<ExtensionWarning> ExtensionWarningSet;
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_WARNING_SET_H_
+#endif // EXTENSIONS_BROWSER_EXTENSION_WARNING_SET_H_

Powered by Google App Engine
This is Rietveld 408576698