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

Unified Diff: components/wallpaper/wallpaper_manager_base.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 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
« no previous file with comments | « components/variations/variations_seed_simulator.h ('k') | components/web_resource/notification_promo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wallpaper/wallpaper_manager_base.h
diff --git a/components/wallpaper/wallpaper_manager_base.h b/components/wallpaper/wallpaper_manager_base.h
index 9676ee265f1f89bb4f1c3c3f7d6a71e3bd765a07..d539b8face33a11a26d2e35c9c0b74d0389a03c3 100644
--- a/components/wallpaper/wallpaper_manager_base.h
+++ b/components/wallpaper/wallpaper_manager_base.h
@@ -11,7 +11,6 @@
#include <vector>
#include "base/files/file_path.h"
-#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted_memory.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
@@ -617,6 +616,6 @@ class WALLPAPER_EXPORT WallpaperManagerBase
DISALLOW_COPY_AND_ASSIGN(WallpaperManagerBase);
};
-} // namespace chromeos
+} // namespace wallpaper
#endif // COMPONENTS_WALLPAPER_WALLPAPER_MANAGER_BASE_H_
« no previous file with comments | « components/variations/variations_seed_simulator.h ('k') | components/web_resource/notification_promo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698