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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_cache.h

Issue 23874015: Implement people search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: chrome/browser/ui/app_list/search/webstore/webstore_cache.h
diff --git a/chrome/browser/ui/app_list/search/webstore_cache.h b/chrome/browser/ui/app_list/search/webstore/webstore_cache.h
similarity index 85%
rename from chrome/browser/ui/app_list/search/webstore_cache.h
rename to chrome/browser/ui/app_list/search/webstore/webstore_cache.h
index 4890c3368f35247597c71e5d35f6ef077cc19aa5..4011997d48997bff496cae7f95f97ba7b684ffae 100644
--- a/chrome/browser/ui/app_list/search/webstore_cache.h
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_cache.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_UI_APP_LIST_SEARCH_WEBSTORE_CACHE_H_
-#define CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_CACHE_H_
+#ifndef CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_WEBSTORE_CACHE_H_
+#define CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_WEBSTORE_CACHE_H_
#include <utility>
@@ -48,4 +48,4 @@ class WebstoreCache {
} // namespace app_list
-#endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_CACHE_H_
+#endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_WEBSTORE_CACHE_H_

Powered by Google App Engine
This is Rietveld 408576698