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

Unified Diff: extensions/common/value_counter.h

Issue 237723004: Move EventBindings 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 | « chrome/test/base/chrome_render_view_test.cc ('k') | extensions/common/value_counter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/value_counter.h
diff --git a/chrome/common/extensions/value_counter.h b/extensions/common/value_counter.h
similarity index 92%
rename from chrome/common/extensions/value_counter.h
rename to extensions/common/value_counter.h
index 84fe06c91c3bfc7d46b653f56522179af54fc808..ef8943bcd227620d885d6a1a9170b1a2e076620e 100644
--- a/chrome/common/extensions/value_counter.h
+++ b/extensions/common/value_counter.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_EXTENSIONS_VALUE_COUNTER_H_
-#define CHROME_COMMON_EXTENSIONS_VALUE_COUNTER_H_
-
-#include "base/memory/linked_ptr.h"
+#ifndef EXTENSIONS_COMMON_VALUE_COUNTER_H_
+#define EXTENSIONS_COMMON_VALUE_COUNTER_H_
#include <vector>
+#include "base/memory/linked_ptr.h"
+
namespace base {
class Value;
}
@@ -68,4 +68,4 @@ class ValueCounter {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_VALUE_COUNTER_H_
+#endif // EXTENSIONS_COMMON_VALUE_COUNTER_H_
« no previous file with comments | « chrome/test/base/chrome_render_view_test.cc ('k') | extensions/common/value_counter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698