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

Unified Diff: components/search_engines/default_search_manager.h

Issue 355853002: Componentize TemplateURLPrepopulateData, DefaultSearchManager and DefaultSearchPolicyHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing comma in gyp Created 6 years, 6 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
Index: components/search_engines/default_search_manager.h
diff --git a/chrome/browser/search_engines/default_search_manager.h b/components/search_engines/default_search_manager.h
similarity index 96%
rename from chrome/browser/search_engines/default_search_manager.h
rename to components/search_engines/default_search_manager.h
index 0a295c5cd7d27c243bdb45397f80273d44b6a38d..f75b0685e499a3279c1e81403f8479f98880febe 100644
--- a/chrome/browser/search_engines/default_search_manager.h
+++ b/components/search_engines/default_search_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_SEARCH_ENGINES_DEFAULT_SEARCH_MANAGER_H_
-#define CHROME_BROWSER_SEARCH_ENGINES_DEFAULT_SEARCH_MANAGER_H_
+#ifndef COMPONENTS_SEARCH_ENGINES_DEFAULT_SEARCH_MANAGER_H_
+#define COMPONENTS_SEARCH_ENGINES_DEFAULT_SEARCH_MANAGER_H_
#include "base/callback.h"
#include "base/macros.h"
@@ -161,4 +161,4 @@ class DefaultSearchManager {
DISALLOW_COPY_AND_ASSIGN(DefaultSearchManager);
};
-#endif // CHROME_BROWSER_SEARCH_ENGINES_DEFAULT_SEARCH_MANAGER_H_
+#endif // COMPONENTS_SEARCH_ENGINES_DEFAULT_SEARCH_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698