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

Unified Diff: athena/extensions/shell/url_search_provider.h

Issue 640103002: Adds full-functional search results for Athena on Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix DEPS Created 6 years, 2 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: athena/extensions/shell/url_search_provider.h
diff --git a/athena/main/url_search_provider.h b/athena/extensions/shell/url_search_provider.h
similarity index 89%
rename from athena/main/url_search_provider.h
rename to athena/extensions/shell/url_search_provider.h
index 354e46281847cc0473ce05b9e71f8a7aae308995..95026d922d1bc0819109ef2f319cd751cfe8fdc0 100644
--- a/athena/main/url_search_provider.h
+++ b/athena/extensions/shell/url_search_provider.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 ATHENA_MAIN_URL_SEARCH_PROVIDER_H_
-#define ATHENA_MAIN_URL_SEARCH_PROVIDER_H_
+#ifndef ATHENA_EXTENSIONS_SHELL_URL_SEARCH_PROVIDER_H_
+#define ATHENA_EXTENSIONS_SHELL_URL_SEARCH_PROVIDER_H_
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
@@ -48,4 +48,4 @@ class UrlSearchProvider : public app_list::SearchProvider,
} // namespace athena
-#endif // ATHENA_MAIN_URL_SEARCH_PROVIDER_H_
+#endif // ATHENA_EXTENSIONS_SHELL_URL_SEARCH_PROVIDER_H_
« no previous file with comments | « athena/extensions/shell/shell_search_controller_factory.cc ('k') | athena/extensions/shell/url_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698