Index: cloud_print/gcp20/prototype/printer.h |
diff --git a/cloud_print/gcp20/prototype/printer.h b/cloud_print/gcp20/prototype/printer.h |
index fde8b8f781d3ef038cd46b9e25a6ad0036058734..26e68324dea977a4a2710e2a5c280f7da19f050f 100644 |
--- a/cloud_print/gcp20/prototype/printer.h |
+++ b/cloud_print/gcp20/prototype/printer.h |
@@ -2,13 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef GCP20_PROTOTYPE_PRINTER_H_ |
-#define GCP20_PROTOTYPE_PRINTER_H_ |
+#ifndef CLOUD_PRINT_GCP20_PROTOTYPE_PRINTER_H_ |
+#define CLOUD_PRINT_GCP20_PROTOTYPE_PRINTER_H_ |
#include <string> |
#include <vector> |
#include "base/files/file_path.h" |
+#include "base/gtest_prod_util.h" |
#include "base/memory/weak_ptr.h" |
#include "cloud_print/gcp20/prototype/cloud_print_requester.h" |
#include "cloud_print/gcp20/prototype/cloud_print_xmpp_listener.h" |
@@ -252,5 +253,5 @@ class Printer : public base::SupportsWeakPtr<Printer>, |
DISALLOW_COPY_AND_ASSIGN(Printer); |
}; |
-#endif // GCP20_PROTOTYPE_PRINTER_H_ |
+#endif // CLOUD_PRINT_GCP20_PROTOTYPE_PRINTER_H_ |