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

Unified Diff: extensions/common/dom_action_types.h

Issue 268553002: Move DOMActivityLogger and associated code from //chrome to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « extensions/common/ad_injection_constants.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/dom_action_types.h
diff --git a/chrome/common/extensions/dom_action_types.h b/extensions/common/dom_action_types.h
similarity index 83%
rename from chrome/common/extensions/dom_action_types.h
rename to extensions/common/dom_action_types.h
index 6887bddc06aaa27d99291ce0eba46b17909e9af5..0233f12e9a8712bb8b3665e2db0d736be3bf1cd0 100644
--- a/chrome/common/extensions/dom_action_types.h
+++ b/extensions/common/dom_action_types.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_COMMON_EXTENSIONS_DOM_ACTION_TYPES_H_
-#define CHROME_COMMON_EXTENSIONS_DOM_ACTION_TYPES_H_
+#ifndef EXTENSIONS_COMMON_DOM_ACTION_TYPES_H_
+#define EXTENSIONS_COMMON_DOM_ACTION_TYPES_H_
namespace extensions {
@@ -23,4 +23,4 @@ struct DomActionType {
} // namespace
-#endif // CHROME_COMMON_EXTENSIONS_DOM_ACTION_TYPES_H_
+#endif // EXTENSIONS_COMMON_DOM_ACTION_TYPES_H_
« no previous file with comments | « extensions/common/ad_injection_constants.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698