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

Unified Diff: content/browser/device_orientation/data_fetcher.h

Issue 10823318: Moves device_orientation to content namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Attempts to fix trybots Created 8 years, 4 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: content/browser/device_orientation/data_fetcher.h
diff --git a/content/browser/device_orientation/data_fetcher.h b/content/browser/device_orientation/data_fetcher.h
index d00f03a7086a367ced005085a18ef02c989f4d10..0e739cddbf0f5b9e08b16f75de3b7ac6974f8095 100644
--- a/content/browser/device_orientation/data_fetcher.h
+++ b/content/browser/device_orientation/data_fetcher.h
@@ -7,7 +7,7 @@
#include "content/browser/device_orientation/device_data.h"
-namespace device_orientation {
+namespace content {
class DataFetcher {
public:
@@ -19,6 +19,6 @@ class DataFetcher {
virtual const DeviceData* GetDeviceData(DeviceData::Type type) = 0;
};
-} // namespace device_orientation
+} // namespace content
#endif // CONTENT_BROWSER_DEVICE_ORIENTATION_DATA_FETCHER_H_

Powered by Google App Engine
This is Rietveld 408576698