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

Unified Diff: chrome/browser/autocomplete/shortcuts_database.h

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | chrome/browser/autofill/content_autofill_driver_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/shortcuts_database.h
diff --git a/chrome/browser/autocomplete/shortcuts_database.h b/chrome/browser/autocomplete/shortcuts_database.h
index f716982a2d9d376ced6bebc89cbd423e7bfbb780..3e3ace00ea4700aac31476e309c46ef424a5dcab 100644
--- a/chrome/browser/autocomplete/shortcuts_database.h
+++ b/chrome/browser/autocomplete/shortcuts_database.h
@@ -127,8 +127,6 @@ class ShortcutsDatabase : public base::RefCountedThreadSafe<ShortcutsDatabase> {
sql::MetaTable meta_table_;
- static const base::FilePath::CharType kShortcutsDatabaseName[];
-
DISALLOW_COPY_AND_ASSIGN(ShortcutsDatabase);
};
« no previous file with comments | « no previous file | chrome/browser/autofill/content_autofill_driver_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698