Index: chrome/browser/ui/window_snapshot/window_snapshot.h |
diff --git a/chrome/browser/ui/window_snapshot/window_snapshot.h b/chrome/browser/ui/window_snapshot/window_snapshot.h |
index 23f781f1d64bb23d5c703fe60799af1963561ba8..a6985972c6d06085b51447d8eb2842659eb6a20f 100644 |
--- a/chrome/browser/ui/window_snapshot/window_snapshot.h |
+++ b/chrome/browser/ui/window_snapshot/window_snapshot.h |
@@ -10,10 +10,10 @@ |
#include "ui/gfx/native_widget_types.h" |
namespace gfx { |
- class Rect; |
+class Rect; |
} |
-namespace browser { |
+namespace chrome { |
// Grabs a snapshot of the rectangle area |snapshot_bounds| with respect to the |
// top left corner of the designated window and stores a PNG representation |
@@ -23,6 +23,6 @@ bool GrabWindowSnapshot(gfx::NativeWindow window, |
std::vector<unsigned char>* png_representation, |
const gfx::Rect& snapshot_bounds); |
-} // namespace browser |
+} // namespace chrome |
#endif // CHROME_BROWSER_UI_WINDOW_SNAPSHOT_WINDOW_SNAPSHOT_H_ |