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

Unified Diff: chrome/browser/extensions/activity_actions.h

Issue 12379095: Fix up unused includes from chrome/browser/extensions to the rest of chrome/browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: other platforms Created 7 years, 10 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/browser/extensions/active_tab_apitest.cc ('k') | chrome/browser/extensions/activity_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_actions.h
diff --git a/chrome/browser/extensions/activity_actions.h b/chrome/browser/extensions/activity_actions.h
index 98a7bca52c0ae726e4296004c143898924284f4d..cd04bac348695f6ea712b878c2b89ba2cd171079 100644
--- a/chrome/browser/extensions/activity_actions.h
+++ b/chrome/browser/extensions/activity_actions.h
@@ -9,8 +9,8 @@
#include "base/memory/ref_counted_memory.h"
#include "base/time.h"
#include "base/values.h"
-#include "chrome/browser/history/url_database.h"
#include "sql/connection.h"
+#include "sql/statement.h"
#include "sql/transaction.h"
namespace extensions {
@@ -58,4 +58,3 @@ class Action : public base::RefCountedThreadSafe<Action> {
} // namespace extensions
#endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_ACTIONS_H_
-
« no previous file with comments | « chrome/browser/extensions/active_tab_apitest.cc ('k') | chrome/browser/extensions/activity_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698