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

Unified Diff: chrome/browser/autofill/autocomplete_history_manager.h

Issue 10843067: Move AutocompleteHistoryManager into chrome/browser/autofill/ as it is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR Created 8 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
« no previous file with comments | « chrome/browser/autofill/DEPS ('k') | chrome/browser/autofill/autocomplete_history_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autocomplete_history_manager.h
diff --git a/chrome/browser/autocomplete_history_manager.h b/chrome/browser/autofill/autocomplete_history_manager.h
similarity index 94%
rename from chrome/browser/autocomplete_history_manager.h
rename to chrome/browser/autofill/autocomplete_history_manager.h
index 61a4da8aa9ad5b23c60167ece32c68480e087d7b..fd387016467f1cd3609bf14c9639e0ea00b4a01f 100644
--- a/chrome/browser/autocomplete_history_manager.h
+++ b/chrome/browser/autofill/autocomplete_history_manager.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_AUTOCOMPLETE_HISTORY_MANAGER_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_
+#ifndef CHROME_BROWSER_AUTOFILL_AUTOCOMPLETE_HISTORY_MANAGER_H_
+#define CHROME_BROWSER_AUTOFILL_AUTOCOMPLETE_HISTORY_MANAGER_H_
#include <vector>
@@ -98,4 +98,4 @@ class AutocompleteHistoryManager : public content::WebContentsObserver,
DISALLOW_COPY_AND_ASSIGN(AutocompleteHistoryManager);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_
+#endif // CHROME_BROWSER_AUTOFILL_AUTOCOMPLETE_HISTORY_MANAGER_H_
« no previous file with comments | « chrome/browser/autofill/DEPS ('k') | chrome/browser/autofill/autocomplete_history_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698