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

Unified Diff: components/suggestions/image_manager.h

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps Created 6 years, 5 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 | « components/suggestions/blacklist_store_unittest.cc ('k') | components/suggestions/proto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/image_manager.h
diff --git a/chrome/browser/search/suggestions/image_manager.h b/components/suggestions/image_manager.h
similarity index 80%
rename from chrome/browser/search/suggestions/image_manager.h
rename to components/suggestions/image_manager.h
index 96a07d4daf0d139d1a1c7c58f2a51ddce0c186b1..8c09fdfce416e0e9995bcad227952a16fe718b84 100644
--- a/chrome/browser/search/suggestions/image_manager.h
+++ b/components/suggestions/image_manager.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SEARCH_SUGGESTIONS_IMAGE_MANAGER_H_
-#define CHROME_BROWSER_SEARCH_SUGGESTIONS_IMAGE_MANAGER_H_
+#ifndef COMPONENTS_SUGGESTIONS_IMAGE_MANAGER_H_
+#define COMPONENTS_SUGGESTIONS_IMAGE_MANAGER_H_
#include "base/basictypes.h"
#include "base/callback.h"
-#include "chrome/browser/search/suggestions/proto/suggestions.pb.h"
+#include "components/suggestions/proto/suggestions.pb.h"
#include "ui/gfx/image/image_skia.h"
#include "url/gurl.h"
@@ -35,4 +35,4 @@ class ImageManager {
} // namespace suggestions
-#endif // CHROME_BROWSER_SEARCH_SUGGESTIONS_IMAGE_MANAGER_H_
+#endif // COMPONENTS_SUGGESTIONS_IMAGE_MANAGER_H_
« no previous file with comments | « components/suggestions/blacklist_store_unittest.cc ('k') | components/suggestions/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698